Add all files
This commit is contained in:
23
C_Piscine_C_04/Makefile
Normal file
23
C_Piscine_C_04/Makefile
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#
|
||||
# Copyright (c) 2021 Guy Baconniere.
|
||||
#
|
||||
## How to use this Makefile
|
||||
#
|
||||
# cd git
|
||||
# mkdir ex00
|
||||
# cd ex00
|
||||
# make -f ../../Makefile ex00
|
||||
#
|
||||
|
||||
clone:
|
||||
@git clone git@vogsphere.42lausanne.ch:vogsphere/intra-uuid-acc6671c-36d9-4ab3-b584-e5cd3b782dc1-3717988 git
|
||||
|
||||
cc:
|
||||
@norminette -R CheckForbiddenSourceHeader
|
||||
@gcc -Wall -Wextra -Werror -o a.out *.c
|
||||
@./a.out
|
||||
@rm -f a.out
|
||||
|
||||
all: clone
|
||||
|
||||
Reference in New Issue
Block a user