Skip to content

Commit c486afc

Browse files
ephephScott Bigelow
authored andcommitted
Adding .PHONY targets for better make usability
1 parent 0789385 commit c486afc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ circleci:
3131
&& mkdir -p /home/ubuntu/.go_workspace/src/github.com/$(OWNER) \
3232
&& mv $(NAME) /home/ubuntu/.go_workspace/src/github.com/$(OWNER)/$(NAME) \
3333
&& ln -s /home/ubuntu/.go_workspace/src/github.com/$(OWNER)/$(NAME) $(NAME)
34+
35+
.PHONY: build release

0 commit comments

Comments
 (0)