Browse Source

Delete tstest on make clean

Georgi Chorbadzhiyski 13 years ago
parent
commit
5223cecb49
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Makefile

+ 1
- 1
Makefile View File

@@ -37,6 +37,6 @@ tstest: $(tstest_OBJS)
37 37
 
38 38
 clean:
39 39
 	$(Q)echo "  RM	$(PROG) $(OBJS)"
40
-	$(Q)$(RM) $(PROG) *.o *~
40
+	$(Q)$(RM) $(PROG) tstest *.o *~
41 41
 
42 42
 distclean: clean

Loading…
Cancel
Save