Remove redundant make setup step

This commit is contained in:
Noah 2024-05-05 16:34:27 -07:00
parent 35962540e1
commit 9dfd38ea5e

View File

@ -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