Skip to content

Commit a74af09

Browse files
committed
Update Makefile to only compile gnuplot-*.el
1 parent b654b9d commit a74af09

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
@@ -14,7 +14,7 @@ test:
1414
$(EMACS) -batch -L . $(LOAD) -f ert-run-tests-batch-and-exit
1515

1616
compile:
17-
$(EMACS) -batch -L . -f batch-byte-compile *.el
17+
$(EMACS) -batch -L . -f batch-byte-compile gnuplot-*.el
1818

1919
clean:
2020
rm -f *.elc

0 commit comments

Comments
 (0)