Skip to content

Commit

Permalink
fixup! Use undercover
Browse files Browse the repository at this point in the history
Clean elc files after byte compiling
  • Loading branch information
dajva committed Mar 18, 2017
1 parent ca00366 commit 25884ed
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 @@ -7,8 +7,8 @@ all: install test
test: build-test package-test ert-test

build-test:
cask clean-elc
cask emacs -batch -Q -eval "(progn (setq byte-compile-error-on-warn t) (batch-byte-compile))" *.el
cask clean-elc

package-test:
-@rm -r dist 2> /dev/null || true
Expand Down

0 comments on commit 25884ed

Please sign in to comment.