0
0
This commit is contained in:
Guy Baconniere
2021-08-24 17:16:52 +02:00
parent f92e8e270c
commit 712e06565d
21 changed files with 565 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/sh
rm -f *.o libft.a
gcc -Wall -Wextra -Werror -c *.c
ar -cq libft.a *.o
#ar -t libft.a
#rm -f *.o