diff options
| author | Philip Kaludercic <philipk@posteo.net> | 2022-08-29 23:39:16 +0200 |
|---|---|---|
| committer | Philip Kaludercic <philipk@posteo.net> | 2022-08-29 23:40:11 +0200 |
| commit | 54565a768caae2975d77e822f9ac532332048ac7 (patch) | |
| tree | c2b485fa7c4419780349ceaa17cd7964db1d58af /Makefile | |
| parent | e96cd14210b9102fc82135ec50bcd86cb6324d05 (diff) | |
Abbreviate Makefile by re-using BYTEC
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 $< |
