0
0
This commit is contained in:
Guy Baconniere
2021-08-22 18:30:14 +02:00
parent 886ab5481c
commit d93a6d032b
4 changed files with 84 additions and 1 deletions

9
C_09/git/ex02/main.sh Executable file
View File

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