0
0
This commit is contained in:
2021-08-24 20:55:48 +02:00
parent 175220f3f6
commit c629a99412
6 changed files with 39 additions and 38 deletions

View File

@@ -7,9 +7,9 @@ norminette -R CheckForbiddenSourceHeader {} \;
echo
make fclean
make
rm -f *.o
echo
echo $(basename $PWD):
gcc -Wall -Wextra -Werror -o a.out -L. -lft main.c
gcc -Wall -Wextra -Werror main.c -I includes -L . -lft -o a.out
./a.out "$@"
make fclean
rm -f a.out