0
0
This commit is contained in:
Guy Baconniere
2021-08-18 18:32:38 +02:00
parent 15086820a5
commit 0f3c227c01
6 changed files with 116 additions and 10 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
set -e
#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