Loading Makefile +2 −1 Original line number Diff line number Diff line DEMO_PROJECT_NAME := foo-bar https_proxy ?= 127.0.0.1:8123 default: test: py2 Loading @@ -16,5 +17,5 @@ py2: py3 rm -rf $(DEMO_PROJECT_NAME) deploy: # Please use a https proxy when run inside GFW. lein deploy clojars env https_proxy=$(https_proxy) lein deploy clojars .PHONY: default test install py3 py2 deploy Loading
Makefile +2 −1 Original line number Diff line number Diff line DEMO_PROJECT_NAME := foo-bar https_proxy ?= 127.0.0.1:8123 default: test: py2 Loading @@ -16,5 +17,5 @@ py2: py3 rm -rf $(DEMO_PROJECT_NAME) deploy: # Please use a https proxy when run inside GFW. lein deploy clojars env https_proxy=$(https_proxy) lein deploy clojars .PHONY: default test install py3 py2 deploy