Fix Makefile

This commit is contained in:
世界
2024-03-15 16:22:43 +08:00
parent 7e943e743a
commit adc38b26eb

View File

@@ -15,7 +15,7 @@ MAIN_PARAMS = $(PARAMS) -tags $(TAGS)
MAIN = ./cmd/sing-box
PREFIX ?= $(shell go env GOPATH)
.PHONY: test release docs
.PHONY: test release docs build
build:
go build $(MAIN_PARAMS) $(MAIN)