summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJen-Chieh Shen <jcs090218@gmail.com>2022-12-11 02:24:46 +0800
committerJen-Chieh Shen <jcs090218@gmail.com>2022-12-11 02:24:46 +0800
commitff2cbf66f6c958d060d93b415c76b44442fc8876 (patch)
tree36777631f1e907642e31218aec28a891bc9ac496 /Makefile
parentafe29836d4ddec772df2fe3b0225fdc4b86add60 (diff)
downloadrust-mode-ff2cbf66f6c958d060d93b415c76b44442fc8876.tar.gz
Update eask's clean command
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e390694..71ce201 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ CLEAN = $(PKG)-autoloads.el
clean:
@printf "Cleaning...\n"
@rm -rf $(CLEAN)
- $(EASK) clean-all
+ $(EASK) clean all
$(PKG)-autoloads.el:
@printf "Generating $@\n"