瀏覽代碼

allow subdirs to define extra clean files

Mike Frysinger 20 年之前
父節點
當前提交
a6665c95b0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)