branch: elpa/evil-goggles
commit e74c8d6e29c84efb623b632e5569a12768e37e0c
Author: Evgeni Kolev <[email protected]>
Commit: Evgeni Kolev <[email protected]>
Tweak Makefile
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7c3b271b79..a9a8e863a7 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ bemacs = $(emacs) -batch -l test/elpa.el
update:
$(emacs) -batch -l test/make-update.el
-compile:
+compile: clean
$(bemacs) -l test/make-compile.el
test: