Skip to content

Commit 9b0529b

Browse files
committed
Fix targets in .PHONY
1 parent 7e14d5a commit 9b0529b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXECUTABLE=wurl
88
GO?=vgo
99
LDFLAGS+=-X main.Version=$(VERSION)
1010

11-
.PHONY: build install uninstall github-release build
11+
.PHONY: build install uninstall github-release clean
1212
.DEFAULT_GOAL := build
1313

1414
build:

0 commit comments

Comments
 (0)