commit 3331e7d3ce4221898bda2d441d9c46515f6ed82d parent 457315f691016b56194b49b7f1278d92c512540c Author: Anselm R. Garbe <garbeam@wmii.de> Date: Wed, 18 Jan 2006 17:59:48 +0200 removed trash directory Diffstat:
| test/Makefile | | | 18 | ------------------ |
1 file changed, 0 insertions(+), 18 deletions(-)
diff --git a/test/Makefile b/test/Makefile @@ -1,18 +0,0 @@ -# window manager improved 2 testcases -# (C)opyright MMIV-MMV Anselm R. Garbe - -include ../config.mk - -CFLAGS += -I../liblitz -I../libixp -I../libwmii -I../libcext -LDFLAGS += -L../liblitz -llitz -L../libixp -lixp \ - -L../libwmii -lwmii -L../libcext -lcext - -all: - @echo built test cases - -.c.o: - @echo CC $< - @${CC} -c ${CFLAGS} $< - -clean: - rm -f test_container *.o