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.
.el
clojure-mode.el
1 parent 131d62b commit 464c4ddCopy full SHA for 464c4dd
Makefile
@@ -7,7 +7,7 @@ export EMACS
7
8
PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)
9
10
-SRCS = clojure-mode.el
+SRCS = $(wildcard *.el)
11
OBJS = $(SRCS:.el=.elc)
12
13
.PHONY: compile test clean
0 commit comments