Skip to content

Commit

Permalink
Fix targets in .PHONY
Browse files Browse the repository at this point in the history
  • Loading branch information
xakep666 committed May 25, 2018
1 parent 7e14d5a commit 9b0529b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ EXECUTABLE=wurl
GO?=vgo
LDFLAGS+=-X main.Version=$(VERSION)

.PHONY: build install uninstall github-release build
.PHONY: build install uninstall github-release clean
.DEFAULT_GOAL := build

build:
Expand Down

0 comments on commit 9b0529b

Please sign in to comment.