diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-10 19:59:30 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2026-02-10 19:59:30 +0100 |
| commit | dd6363369f4427b98bba262f590bed6de5482063 (patch) | |
| tree | 224c2b942e1ceb06669a895de9cec7e266767323 /lisp/Makefile | |
| parent | 492ef97c3f06232121139534aca3e6dc7f1d3a89 (diff) | |
make: Fix removing magit-autoloads.el
Diffstat (limited to 'lisp/Makefile')
| -rw-r--r-- | lisp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index 599d05a..3bf189b 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -108,7 +108,7 @@ install: lisp versionlib clean: @printf " Cleaning lisp/*...\n" - @$(RM) *.elc $(ELGS) + @$(RM) *.elc magit-autoloads.el @$(RM) ../test/magit-tests.elc ## Templates ######################################################### |
