mirror of
https://github.com/itchyny/mmv.git
synced 2025-12-26 22:24:58 +08:00
remove clean from make all
This commit is contained in:
parent
c0e9cd0f3d
commit
c040426d6d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -7,7 +7,7 @@ GOBIN ?= $(shell go env GOPATH)/bin
|
|||
export GO111MODULE=on
|
||||
|
||||
.PHONY: all
|
||||
all: clean build
|
||||
all: build
|
||||
|
||||
.PHONY: build
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue