Fix Makefile

This commit is contained in:
世界 2024-03-15 16:22:43 +08:00
parent 7e943e743a
commit adc38b26eb
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

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)