repl: cleanup
	lein with-profile +test repl

test: cleanup
	lein test

cleanup:
	rm -rf target

.PHONY: test
