Browse Source

allow subdirs to define extra clean files

Mike Frysinger 19 years ago
parent
commit
a6665c95b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Test.mak

+ 1 - 1
test/Test.mak

@@ -99,4 +99,4 @@ endif
 
 clean:
 	$(showclean)
-	$(Q)$(RM) *.a *.o *.so *~ core *.out $(TARGETS)
+	$(Q)$(RM) *.a *.o *.so *~ core *.out $(TARGETS) $(EXTRA_CLEAN)