0
0
This commit is contained in:
Guy Baconniere
2021-08-22 18:10:08 +02:00
parent 2e3daba75a
commit 886ab5481c
44 changed files with 774 additions and 11 deletions

6
C_09/git/ex00/libft_creator.sh Executable file
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