aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-08-29 23:39:16 +0200
committerPhilip Kaludercic <philipk@posteo.net>2022-08-29 23:40:11 +0200
commit54565a768caae2975d77e822f9ac532332048ac7 (patch)
treec2b485fa7c4419780349ceaa17cd7964db1d58af /Makefile
parente96cd14210b9102fc82135ec50bcd86cb6324d05 (diff)
Abbreviate Makefile by re-using BYTEC
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index f96d21b..36c6635 100644
--- a/Makefile
+++ b/Makefile
@@ -25,13 +25,7 @@ test: compile
clean:
$(RM) $(BYTEC) compat.info
-compat-24.elc: compat-macs.el
-compat-25.elc: compat-macs.el
-compat-26.elc: compat-macs.el
-compat-27.elc: compat-macs.el
-compat-28.elc: compat-macs.el
-compat-29.elc: compat-macs.el
-compat-font-lock.elc: compat-macs.el
+$(BYTEC): compat-macs.el
.el.elc:
$(EMACS) -Q --batch -L . -f batch-byte-compile $<