Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Fix Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolfochrist committed Dec 14, 2016
1 parent 9f1de41 commit f4a3127
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Expand Up @@ -7,8 +7,9 @@ all: compile test
.PHONY: test-interactive
test-interactive: clean compile
$(CASK) emacs -Q \
-L .
-L $(PWD) \
--eval "(setq emacs-user-directory \"$(EMACSD-LOCAL)\")" \
--eval "(require 'interleave)" \

.PHONY: test
test:
Expand Down

0 comments on commit f4a3127

Please sign in to comment.