Skip to content

Commit cb7433e

Browse files
rlbdvbbatsov
authored andcommitted
make %.elc-test: rename $ to $<
1 parent 1f857aa commit cb7433e

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
@@ -39,4 +39,4 @@ test-bytecomp: $(SRCS:.el=.elc-test)
3939

4040
%.elc-test: %.el elpa
4141
$(CASK) exec $(EMACS) --no-site-file --no-site-lisp --batch \
42-
-l test/clojure-mode-bytecomp-warnings.el $
42+
-l test/clojure-mode-bytecomp-warnings.el $<

0 commit comments

Comments
 (0)