Skip to content

Commit 464c4dd

Browse files
xiongtxbbatsov
authored andcommitted
Test all .el files, not just clojure-mode.el
1 parent 131d62b commit 464c4dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export EMACS
77

88
PKGDIR := $(shell EMACS=$(EMACS) $(CASK) package-directory)
99

10-
SRCS = clojure-mode.el
10+
SRCS = $(wildcard *.el)
1111
OBJS = $(SRCS:.el=.elc)
1212

1313
.PHONY: compile test clean

0 commit comments

Comments
 (0)