From c040426d6d249aea82c68fb3c87a9279b03698df Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 20 Jul 2020 21:25:24 +0900 Subject: [PATCH] remove clean from make all --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c690afa..58451e7 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ GOBIN ?= $(shell go env GOPATH)/bin export GO111MODULE=on .PHONY: all -all: clean build +all: build .PHONY: build build: