diff --git a/Makefile b/Makefile index 80f7252..ec05f26 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,15 @@ # # Programs used in the make goals # -export CASK ?= cask +export CASK ?= cask export EMACS ?= emacs # # General configuration # -export CASK_DIR ?= `${CASK} package-directory` -export BATCH = --batch -q -l .emacs/init.el +export CASK_DIR ?= `${CASK} package-directory` +export BATCH = --batch -q -l .emacs/init.el +export COVERALLS_REPO_TOKEN = 61YFD7RG1RRJTs0kEuj1aZX7VBgUPiMNO all: version test