0
0
This commit is contained in:
Guy Baconniere
2021-08-20 13:26:21 +02:00
parent 7da4868c86
commit ea2627bf38
20 changed files with 495 additions and 13 deletions

8
C_08/git/ex00/main.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
#norminette -R CheckForbiddenSourceHeader ft_*.c
norminette -R CheckDefine -R CheckForbiddenSourceHeader *.c
gcc -Wall -Wextra -Werror -o a.out *.c
echo $(basename $PWD):
./a.out
rm -f a.out