Remove redundant `make setup` step

master
Noah 2024-05-05 16:34:27 -07:00
parent 35962540e1
commit 9dfd38ea5e
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ endif
# `make setup` to set up a new environment, pull dependencies, etc.
.PHONY: setup
setup: clean
go get ./...
# `make build` to build the binary.
.PHONY: build