new file structure according to subject
This commit is contained in:
16
C/3_Sully/Makefile
Normal file
16
C/3_Sully/Makefile
Normal file
@@ -0,0 +1,16 @@
|
||||
NAME = Sully
|
||||
SRCS = Sully.c
|
||||
CLONES = Sully_4.c \
|
||||
Sully_3.c \
|
||||
Sully_2.c \
|
||||
Sully_1.c \
|
||||
Sully_0.c
|
||||
CREATE_CLONE = ./$(NAME)
|
||||
RM_MORE = rm -f
|
||||
RM_MORE += Sully_4 \
|
||||
Sully_3 \
|
||||
Sully_2 \
|
||||
Sully_1 \
|
||||
Sully_0
|
||||
|
||||
include ../MakefileCommon
|
||||
Reference in New Issue
Block a user