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 b654b9d commit a74af09Copy full SHA for a74af09
Makefile
@@ -14,7 +14,7 @@ test:
14
$(EMACS) -batch -L . $(LOAD) -f ert-run-tests-batch-and-exit
15
16
compile:
17
- $(EMACS) -batch -L . -f batch-byte-compile *.el
+ $(EMACS) -batch -L . -f batch-byte-compile gnuplot-*.el
18
19
clean:
20
rm -f *.elc
0 commit comments