Skip to content

Commit

Permalink
Move clean-elc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuutayamada committed Jan 25, 2014
1 parent defb038 commit b5f1008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ EMACS ?= emacs
all: test

test: clean-elc
${MAKE} clean-elc
${MAKE} unit
${MAKE} compile
${MAKE} unit
${MAKE} clean-elc

compile:
${CASK} exec ${EMACS} -Q -batch -f batch-byte-compile lisp/mykie.el
Expand Down

0 comments on commit b5f1008

Please sign in to comment.