Commit 482488bd authored by Yuanle Song's avatar Yuanle Song
Browse files

add "make deploy"

parent 5c6c0948
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,4 +14,6 @@ py2: py3
	lein new python $(DEMO_PROJECT_NAME)
	cd $(DEMO_PROJECT_NAME) && make test DEFAULT_PYTHON=python2
	rm -rf $(DEMO_PROJECT_NAME)
.PHONY: default test install py3 py2
deploy:
	lein deploy clojars
.PHONY: default test install py3 py2 deploy