summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Wahl <marcowahlsoft@gmail.com>2017-02-01 11:16:16 +0100
committerMarco Wahl <marcowahlsoft@gmail.com>2017-02-01 11:16:16 +0100
commitc90c7a33f53ad88dfcc583ad4c77bec306da0b22 (patch)
tree160cc4842a9da94569093e4a28cfb7059a60a649
parent5edc17ef73fc1130ef97a9071584f91223507908 (diff)
downloadorg-mode-c90c7a33f53ad88dfcc583ad4c77bec306da0b22.tar.gz
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.
-rw-r--r--mk/targets.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/mk/targets.mk b/mk/targets.mk
index 0ccb6ea..b18b2a5 100644
--- a/mk/targets.mk
+++ b/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::