aboutsummaryrefslogtreecommitdiff
path: root/c09/ex00/libft_creator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'c09/ex00/libft_creator.sh')
-rw-r--r--c09/ex00/libft_creator.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/c09/ex00/libft_creator.sh b/c09/ex00/libft_creator.sh
new file mode 100644
index 0000000..f799ee2
--- /dev/null
+++ b/c09/ex00/libft_creator.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+gcc -c *.c
+ar -rcs libft.a *.o