mirror of
https://github.com/status-im/pluto.git
synced 2026-08-31 04:21:12 +00:00
9 lines
93 B
Makefile
9 lines
93 B
Makefile
.PHONY = tests
|
|
|
|
dev:
|
|
clojure -A:examples
|
|
|
|
tests:
|
|
clojure -A:test-clj
|
|
clojure -A:test-cljs
|