1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-20 01:57:09 +03:00

Clojure: node_modules or lein deps but not both.

This commit is contained in:
Joel Martin 2017-02-11 12:41:06 -06:00
parent a0e89ae42a
commit 576d01e1b2

View File

@ -5,7 +5,7 @@ SOURCES_LISP = src/mal/env.cljc src/mal/core.cljc src/mal/stepA_mal.cljc
SRCS = $(SOURCES_BASE) src/mal/env.cljc src/mal/core.cljc
SOURCES = $(SOURCES_BASE) $(SOURCES_LISP)
all: deps node_modules
all: $(if $(filter cljs,$(CLJ_MODE)),node_modules,deps)
dist: mal.jar mal