fix makefile

This commit is contained in:
xinran chen
2023-07-11 22:54:43 +08:00
parent c04883efb5
commit a2dfc39ec1

View File

@@ -1,4 +1,4 @@
.PHONY: clean build
.PHONY: clean build test
build:
GOBIN=$(PWD)/build/bin go build -o $(PWD)/build/bin/miner-api ./cmd