diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |