# ProjectName SDK for Clojure (generated by @voxgig/sdkgen).
# Requires the Clojure CLI (`clojure`/`clj`) and a JDK on PATH.

.PHONY: test build clean

# Run the full test suite (pipeline, features, netsim, primary utility and the
# vendored struct corpus) through a single tools.deps main entry point.
test:
	clojure -M:test

build:
	clojure -M:test-compile

clean:
	rm -rf .cpcache classes target
