branch: elpa/git-commit commit 720804274576dda1a773fe4c279642dbbc97380b Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
make: Clean clean target Or, remove temporary kludge before it celebrates its tenth birthday. --- Makefile | 4 ---- lisp/Makefile | 1 + 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a12b8e77f1..2c62475a84 100644 --- a/Makefile +++ b/Makefile @@ -133,10 +133,6 @@ check-declare: ## Clean ############################################################# clean: clean-lisp clean-docs clean-archives - @printf "Cleaning...\n" - @$(RM) *.elc $(ELGS) # temporary cleanup kludge - @$(RM) docs/*.texi~ docs/*.info-1 docs/*.info-2 - @$(RM) test/magit-tests.elc clean-lisp: @$(MAKE) -C lisp clean diff --git a/lisp/Makefile b/lisp/Makefile index 9a16e39a60..28bd99fbb2 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -109,6 +109,7 @@ install: lisp versionlib clean: @printf " Cleaning lisp/*...\n" @$(RM) *.elc $(ELGS) + @$(RM) ../test/magit-tests.elc ## Templates #########################################################