We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed88e6d commit 1f857aaCopy full SHA for 1f857aa
Makefile
@@ -26,7 +26,7 @@ compile: elpa
26
$(CASK) build
27
28
clean:
29
- rm -f $(OBJS)
+ rm -f $(OBJS) clojure-mode-autoloads.el
30
31
test: $(PKGDIR)
32
$(CASK) exec buttercup
0 commit comments