branch: elpa/gnuplot
commit a74af09effca877f69e390ca0329efc176c34940
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Update Makefile to only compile gnuplot-*.el
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 9fe445dcf3..6b044a4d30 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ test:
        $(EMACS) -batch -L . $(LOAD) -f ert-run-tests-batch-and-exit
 
 compile:
-       $(EMACS) -batch -L . -f batch-byte-compile *.el
+       $(EMACS) -batch -L . -f batch-byte-compile gnuplot-*.el
 
 clean:
        rm -f *.elc

Reply via email to