0
0
This commit is contained in:
Guy Baconniere
2021-08-26 12:00:00 +02:00
parent 5bc1009a3d
commit b2a5ed52a5
41 changed files with 657 additions and 60 deletions

View File

@@ -3,7 +3,8 @@ set -e
rm -f a.out
#norminette -R CheckForbiddenSourceHeader ft_*.c
norminette -R CheckForbiddenSourceHeader
#gcc -Wall -Wextra -Werror -fsanitize=address -g -o a.out *.c
gcc -Wall -Wextra -Werror -o a.out *.c
echo $(basename $PWD):
./a.out
./a.out "$@"
rm -f a.out