Skip to content

Commit

Permalink
add nouser target
Browse files Browse the repository at this point in the history
  • Loading branch information
jkitchin committed Jun 19, 2017
1 parent e4b60d8 commit 7ec3670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ compile:
clean:
rm -f *.elc

nouser:
${CASK_EXEC} ${emacs} -Q --eval="(setq scimax-load-user-dir nil)" -l ${INIT}

travis:
open https://travis-ci.org/jkitchin/scimax

Expand Down

0 comments on commit 7ec3670

Please sign in to comment.