瀏覽代碼

targets.mk: Drop the rule to clean at every compile

Rationale: 1. Save time and energy.  2. Use the make tool for what
it's been made.
Marco Wahl 8 年之前
父節點
當前提交
c90c7a33f5
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      mk/targets.mk

+ 0 - 2
mk/targets.mk

@@ -88,8 +88,6 @@ local.mk:
 	$(info ======================================================)
 	-@$(MAKE_LOCAL_MK)
 
-all compile::
-	$(foreach dir, doc lisp, $(MAKE) -C $(dir) clean;)
 compile compile-dirty::
 	$(MAKE) -C lisp $@
 all clean-install::