commit 1fb298ac17f111d9e9808471be0b6868e791795a parent 3d689358f91b3dc593652bd2a9cc0a014a592b5b Author: anselm@garbe.us <unknown> Date: Thu, 19 Aug 2010 10:48:27 +0100 fix clean rule Diffstat:
t/Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/Makefile b/t/Makefile @@ -17,7 +17,7 @@ ui: ui.o ${CC} ${SWKLIBS} ui.o -o ui ../libswk.a clean: - rm -f test test.o ui ui.o tlock tlock.o + rm -f calc calc.o test test.o ui ui.o tlock tlock.o fun: cd .. && make clean ; make && cd t && ./test