Skip to content

Commit 5927f8f

Browse files
committed
Build
1 parent d13e14c commit 5927f8f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Makefile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ test: build
6464
$(EMACSFLAGS) \
6565
-l test/run-tests
6666

67+
.PHONY: clean
68+
clean :
69+
@echo -e "$(OK_COLOR)[$(APP)] Cleanup$(NO_COLOR)"
70+
@rm -fr $(OBJECTS) elpa $(ARCHIVE).gz
71+
72+
reset : clean
73+
@rm -rf .cask
74+
6775
pkg-file:
6876
$(CASK) pkg-file
6977

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

83-
.PHONY: clean
84-
clean :
85-
@echo -e "$(OK_COLOR)[$(APP)] Cleanup$(NO_COLOR)"
86-
@rm -fr $(OBJECTS) elpa $(ARCHIVE).gz
87-
88-
reset : clean
89-
@rm -rf .cask # Clean packages installed for development
90-
9191
%.elc : %.el
9292
@$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
9393
$(EMACSFLAGS) \

0 commit comments

Comments
 (0)