Browse Source

also kill gdb files when building BFLT files

Mike Frysinger 18 years ago
parent
commit
6a76f96032
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Test.mak

+ 1 - 1
test/Test.mak

@@ -105,6 +105,6 @@ endif
 
 clean:
 	$(showclean)
-	$(Q)$(RM) *.a *.o *.so *~ core *.out $(CLEAN_TARGETS) $(EXTRA_CLEAN)
+	$(Q)$(RM) *.a *.o *.so *~ core *.out *.gdb $(CLEAN_TARGETS) $(EXTRA_CLEAN)
 
 .PHONY: all check clean test