Skip to content

Commit

Permalink
Add clean rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomohiro Matsuyama committed Dec 2, 2012
1 parent 226142a commit 7f5319e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
EMACS=emacs
EMACS23=emacs23

.PHONY: test test-nw test-emacs23 test-emacs23-nw
.PHONY: compile clean test test-nw test-emacs23 test-emacs23-nw

compile: popwin.el
$(EMACS) --batch -f batch-byte-compile popwin.el

clean:
rm -f popwin.elc

test:
$(EMACS) -Q -L . -l test/popwin-test.el

Expand Down

0 comments on commit 7f5319e

Please sign in to comment.