Skip to content

Commit

Permalink
Makefile (plain): Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
abo-abo committed Jul 29, 2016
1 parent 81e14ce commit 9e6bf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -12,7 +12,7 @@ compile:
$(emacs) -batch --eval "(progn (add-to-list 'load-path default-directory) (mapc #'byte-compile-file '(\"ivy.el\" \"swiper.el\" \"counsel.el\")))"

plain:
$(emacs) -Q $(LOAD) --eval "(progn (package-initialize) (ivy-mode))" -l ivy-hydra.el
$(emacs) -Q $(LOAD) --eval "(progn (package-initialize) (ivy-mode))"

obsolete:
$(emacs) -batch -l targets/obsolete-config.el
Expand Down

0 comments on commit 9e6bf2d

Please sign in to comment.