0
0
This commit is contained in:
Guy Baconniere
2021-08-18 13:06:58 +02:00
parent df07d7f9f7
commit bc0e5b4373
3 changed files with 0 additions and 71 deletions

View File

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