diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-08-24 12:55:09 +0200 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 1998-08-24 12:55:09 +0200 |
commit | a41bc3e06fca46daa875419b5dc00dd958e1fde0 (patch) | |
tree | b3d22bc68eac28a5afc6c25a900c675b3b38d53f /test/Makefile | |
parent | e623ae7eca4ae92d78387cddf7327e03148a70bb (diff) |
release: 1.0.4
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/test/Makefile b/test/Makefile deleted file mode 100644 index e6215a3732..0000000000 --- a/test/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# 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 - |