]> code.delx.au - gnu-emacs-elpa/blobdiff - Makefile
Use specified Emacs when running cask.
[gnu-emacs-elpa] / Makefile
index 0b370430859399223874f8d957c74a9c2ed07b2a..dfa219dc75b5a0a94e7cc4682f7f3510b5f6b411 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-CASK = cask
 EMACS = emacs
+CASK = EMACS=${EMACS} cask
 DEPENDENCIES = .cask/
 SCOPIFIER_PORT = $$(lsof -t -i :6969)
 KILL_SCOPIFIER = if [ -n "${SCOPIFIER_PORT}" ]; then kill ${SCOPIFIER_PORT}; fi