summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)