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 a0e89ae commit 576d01eCopy full SHA for 576d01e
clojure/Makefile
@@ -5,7 +5,7 @@ SOURCES_LISP = src/mal/env.cljc src/mal/core.cljc src/mal/stepA_mal.cljc
5
SRCS = $(SOURCES_BASE) src/mal/env.cljc src/mal/core.cljc
6
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
7
8
-all: deps node_modules
+all: $(if $(filter cljs,$(CLJ_MODE)),node_modules,deps)
9
10
dist: mal.jar mal
11
0 commit comments