diff options
Diffstat (limited to 'test/GNUmakefile')
-rw-r--r-- | test/GNUmakefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/GNUmakefile b/test/GNUmakefile new file mode 100644 index 0000000000..f4392fb708 --- /dev/null +++ b/test/GNUmakefile @@ -0,0 +1,17 @@ +# title makefile for test +# test/Makefile + +depth = .. + +NAME = lily-test +MODULE_NAME = lily-test + +MODULE_CXXFLAGS = -I$(depth)/flower/include -I$(depth)/flower -I$(depth)/lily/include -I$(depth)/lily +STEPMAKE_TEMPLATES=c++ + +include $(depth)/make/stepmake.make + +# default: $(EXECUTABLE) + +# include $(stepdir)/Executable.make + |