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