diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-07-15 08:15:37 +0200 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-07-15 08:15:37 +0200 |
| commit | 3b9a1d7dcc5683b962f2bf24795e80e1c449cd1f (patch) | |
| tree | 25b02c02f5140dbefbabd7720f292d8be3d5cc51 /c09/ex00/libft_creator.sh | |
| parent | c2bf9fcefbb4453cee271ccd1af9674ad2f3a181 (diff) | |
| download | piscine-3b9a1d7dcc5683b962f2bf24795e80e1c449cd1f.tar.gz piscine-3b9a1d7dcc5683b962f2bf24795e80e1c449cd1f.tar.bz2 piscine-3b9a1d7dcc5683b962f2bf24795e80e1c449cd1f.zip | |
c07 passed, c08 in progress, rush01(+ 6x6 try)
Diffstat (limited to 'c09/ex00/libft_creator.sh')
| -rw-r--r-- | c09/ex00/libft_creator.sh | 3 |
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 |
