0
0
This commit is contained in:
Guy Baconniere
2021-08-21 13:48:07 +02:00
parent 800ff7ac31
commit 681c2242b9
8 changed files with 275 additions and 0 deletions

11
Rush_02/Makefile Normal file
View File

@@ -0,0 +1,11 @@
clone:
@git clone git@vogsphere.42lausanne.ch:vogsphere/intra-uuid-43aa272e-0de1-4199-8bd8-51ca85234f84-3736481 rush-02
cc:
@norminette -R CheckForbiddenSourceHeader
@gcc -Wall -Wextra -Werror -o a.out *.c
@./a.out
@rm -f a.out
all: clone