diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-16 09:40:41 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-05-16 09:40:41 +0200 |
| commit | 7ba243e301f702bf8071ef394ceb7bb58321e6d1 (patch) | |
| tree | c6ce30bbcfcd255991aa51292b59a342d015bc12 /lisp | |
| parent | c37d694ccbdf9796a58c5f01c940b30f04e8c5a7 (diff) | |
make: Cosmetics
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/Makefile b/lisp/Makefile index eb41ee3..2e9b7d5 100644 --- a/lisp/Makefile +++ b/lisp/Makefile @@ -14,11 +14,9 @@ check-declare: @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) \ --eval "(check-declare-directory default-directory)" -CLEAN = $(ELCS) $(PKG)-autoloads.el - clean: @printf " Cleaning lisp/*...\n" - @rm -rf $(CLEAN) + @rm -rf $(ELCS) $(PKG)-autoloads.el $(PKG)-autoloads.el: $(ELS) @printf " Creating $@\n" |
