Skip to content

Commit 57f9dbb

Browse files
committed
Do "clean" before autoloads in "all" targets
1 parent f5df770 commit 57f9dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
66
%.elc: %.el
77
$(EMACS) -Q -batch -L . -f package-initialize -f batch-byte-compile $<
88

9-
all: autoloads $(ELCS)
9+
all: clean autoloads $(ELCS)
1010

1111
autoloads: $(AUTOLOADS)
1212

0 commit comments

Comments
 (0)