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.
This commit is contained in:
Marco Wahl 2017-02-01 11:16:16 +01:00
parent 5edc17ef73
commit c90c7a33f5
1 changed files with 0 additions and 2 deletions

View File

@ -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::