Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
nlamirault committed Nov 6, 2014
1 parent d13e14c commit 5927f8f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,14 @@ test: build
$(EMACSFLAGS) \
-l test/run-tests

.PHONY: clean
clean :
@echo -e "$(OK_COLOR)[$(APP)] Cleanup$(NO_COLOR)"
@rm -fr $(OBJECTS) elpa $(ARCHIVE).gz

reset : clean
@rm -rf .cask

pkg-file:
$(CASK) pkg-file

Expand All @@ -80,14 +88,6 @@ package: clean pkg-el
ci : build
@${CASK} exec ert-runner --no-win < /dev/tty

.PHONY: clean
clean :
@echo -e "$(OK_COLOR)[$(APP)] Cleanup$(NO_COLOR)"
@rm -fr $(OBJECTS) elpa $(ARCHIVE).gz

reset : clean
@rm -rf .cask # Clean packages installed for development

%.elc : %.el
@$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
$(EMACSFLAGS) \
Expand Down

0 comments on commit 5927f8f

Please sign in to comment.