From 6e2814c248483e3474a7f60266f4170f03d89653 Mon Sep 17 00:00:00 2001 From: pixel Date: Mon, 9 Jul 2007 19:10:12 +0000 Subject: Adding test-it to the list of cleansings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index abcf1e8..5d0c962 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ test-it: $(TARGET) test-it.o $(LD) -o test-it test-it.o $(TARGET) $(LDFLAGS) clean: - rm -f *.o *.dep $(TARGET) + rm -f *.o *.dep $(TARGET) test-it dep: $(ALL_DEPS) -- cgit v1.2.3