We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5df770 commit 57f9dbbCopy full SHA for 57f9dbb
Makefile
@@ -6,7 +6,7 @@ ELCS = $(ELS:.el=.elc)
6
%.elc: %.el
7
$(EMACS) -Q -batch -L . -f package-initialize -f batch-byte-compile $<
8
9
-all: autoloads $(ELCS)
+all: clean autoloads $(ELCS)
10
11
autoloads: $(AUTOLOADS)
12
0 commit comments