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.
1 parent 0789385 commit c486afcCopy full SHA for c486afc
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