diff options
author | pixel <pixel> | 2007-07-09 19:10:12 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-07-09 19:10:12 +0000 |
commit | 6e2814c248483e3474a7f60266f4170f03d89653 (patch) | |
tree | 3a7345cf54c0c33e5867d530dc819bd8d101c842 | |
parent | 18ceb4dedfd48580a5649f8c31aaf72614790e72 (diff) |
Adding test-it to the list of cleansings.
-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) |