From 9b0529b15c5de6d26514b94c00b17fe152f54e97 Mon Sep 17 00:00:00 2001 From: Vladimir Stolyarov Date: Fri, 25 May 2018 20:17:43 +0300 Subject: [PATCH] Fix targets in .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f277fd0..240f736 100644 --- a/Makefile +++ b/Makefile @@ -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: