Loading Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
Makefile +3 −1 Original line number Diff line number Diff line Loading @@ -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