]> code.delx.au - gnu-emacs-elpa/commitdiff
Narrow scope of `make compile'.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 3 May 2016 04:20:39 +0000 (21:20 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Tue, 3 May 2016 04:20:39 +0000 (21:20 -0700)
Makefile

index 08c23eb4ced0671a843d33d0e6fae94167a35d9b..4519b7073e74f17c3d7cbfe41e2d2c5c134af0f3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,10 @@
 EMACS = emacs
 CASK = EMACS=${EMACS} cask
 DEPENDENCIES = .cask/
+SOURCE_FILES = \
+       context-coloring.el \
+       context-coloring-javascript.el \
+       context-coloring-emacs-lisp.el
 
 all: uncompile compile test
 
@@ -14,7 +18,7 @@ bench: ${DEPENDENCIES}
 compile: ${DEPENDENCIES}
        ${CASK} exec ${EMACS} -Q -batch \
        -L . \
-       -f batch-byte-compile *.el
+       -f batch-byte-compile ${SOURCE_FILES}
 
 uncompile:
        rm -f *.elc