Skip to content

Commit 8d56bfa

Browse files
committed
Merge pull request gliderlabs#8 from epheph/make-phony
Adding .PHONY targets for better make usability
2 parents 0789385 + c486afc commit 8d56bfa

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)