remove clean from make all

This commit is contained in:
itchyny 2020-07-20 21:25:24 +09:00
parent c0e9cd0f3d
commit c040426d6d

View file

@ -7,7 +7,7 @@ GOBIN ?= $(shell go env GOPATH)/bin
export GO111MODULE=on
.PHONY: all
all: clean build
all: build
.PHONY: build
build: