blob: e6215a3732402e7334d67c0876b3a69abae46820 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
MAKEFILES=C++
include $(depth)/make/Stepmake.make
# default: $(EXECUTABLE)
# include $(stepdir)/Executable.make
|