7 lines
68 B
Makefile
7 lines
68 B
Makefile
# start a repl
|
|
repl:
|
|
clj -X:repl
|
|
|
|
build:
|
|
shadow-cljs release node
|