diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-11-30 19:44:38 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-11-30 19:44:38 +0100 |
| commit | d272c3a773a664f33cd61341194d186b1158b4b1 (patch) | |
| tree | 0fc787d1ae49fd123c0f83f3b7d07c831f7456ff /default.mk | |
| parent | 4e6d3fc815c3d0cb76c7b127a1360d24f5783791 (diff) | |
make: Duplicate %.elc target
Do so to keep "default.mk" and "lisp/Makefile" in sync with the
respective files from other packages.
Diffstat (limited to 'default.mk')
| -rw-r--r-- | default.mk | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -32,9 +32,5 @@ GITSTATS ?= gitstats GITSTATS_DIR ?= $(TOP)docs/stats GITSTATS_ARGS ?= -c style=https://magit.vc/assets/stats.css -c max_authors=999 -%.elc: %.el - @printf "Compiling $<\n" - @$(EMACS) -Q --batch $(EMACS_ARGS) $(LOAD_PATH) -f batch-byte-compile $< - RCLONE ?= rclone RCLONE_ARGS ?= -v |
