aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-02-17 10:37:14 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-02-17 10:37:14 +0100
commit5a1f3bdc5904f9ac403b4d5838c968f780f2d753 (patch)
tree4d323be50e0dd1e0f780ad447587a87a756e3314 /Makefile
parentf21b114ec784ad799355dec8e7bc8a0cd1dba417 (diff)
parentedfc71a8b95ea0578a4f9375fc5ca2b2fc40ca56 (diff)
Merge branch 'master' into emacs-29.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0fe9ec..7148b2f 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ test:
$(EMACS) -Q --batch -L . -l compat-tests.el -f ert-run-tests-batch-and-exit
clean:
- rm -f $(BYTEC)
+ $(RM) $(BYTEC)
.el.elc:
$(EMACS) -Q --batch -L . -f batch-byte-compile $^