From 6bf5dd01493dd6bf644a4896c666535e5eaa8d67 Mon Sep 17 00:00:00 2001 From: Cabergs Charles Date: Mon, 15 Jul 2019 08:15:37 +0200 Subject: c07 passed, c08 in progress, rush01(+ 6x6 try) --- c09/ex00/libft_creator.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 c09/ex00/libft_creator.sh (limited to 'c09/ex00/libft_creator.sh') 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 -- cgit