0
0
Files
42piscine/Rush_02/Makefile

12 lines
247 B
Makefile
Raw Normal View History

2021-08-21 13:48:07 +02:00
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