summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorpixel <pixel>2007-07-09 19:10:12 +0000
committerpixel <pixel>2007-07-09 19:10:12 +0000
commit6e2814c248483e3474a7f60266f4170f03d89653 (patch)
tree3a7345cf54c0c33e5867d530dc819bd8d101c842 /Makefile
parent18ceb4dedfd48580a5649f8c31aaf72614790e72 (diff)
Adding test-it to the list of cleansings.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)