wip better makefile
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
|
||||
NAME = Grace
|
||||
SRCS = Grace.c
|
||||
NAME = Grace
|
||||
SRCS = Grace.c
|
||||
CLONE = $(NAME)_kid.c
|
||||
CREATE_CLONE = ./$(NAME) > $(CLONE)
|
||||
|
||||
include ../MakefileCommon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user