diff --git a/Makefile b/Makefile index 4e2fa04949..9a56e417cc 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,7 @@ bin/coderd: go build -o bin/coderd cmd/coderd/main.go .PHONY: bin/coderd -bin/provisionerd: - mkdir -p bin - go build -o bin/provisionerd cmd/provisionerd/main.go -.PHONY: bin/provisionerd - -build: site/out bin/coderd bin/provisionerd +build: site/out bin/coderd .PHONY: build # Runs migrations to output a dump of the database.