We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0789385 + c486afc commit 8d56bfaCopy full SHA for 8d56bfa
Makefile
@@ -31,3 +31,5 @@ circleci:
31
&& mkdir -p /home/ubuntu/.go_workspace/src/github.com/$(OWNER) \
32
&& mv $(NAME) /home/ubuntu/.go_workspace/src/github.com/$(OWNER)/$(NAME) \
33
&& ln -s /home/ubuntu/.go_workspace/src/github.com/$(OWNER)/$(NAME) $(NAME)
34
+
35
+.PHONY: build release
0 commit comments