Remove redundant make setup
step
This commit is contained in:
parent
35962540e1
commit
9dfd38ea5e
1
Makefile
1
Makefile
|
@ -18,7 +18,6 @@ endif
|
||||||
# `make setup` to set up a new environment, pull dependencies, etc.
|
# `make setup` to set up a new environment, pull dependencies, etc.
|
||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
setup: clean
|
setup: clean
|
||||||
go get ./...
|
|
||||||
|
|
||||||
# `make build` to build the binary.
|
# `make build` to build the binary.
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user