mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-16 07:02:22 +08:00
Fix Makefile
This commit is contained in:
parent
7e943e743a
commit
adc38b26eb
2
Makefile
2
Makefile
|
@ -15,7 +15,7 @@ MAIN_PARAMS = $(PARAMS) -tags $(TAGS)
|
||||||
MAIN = ./cmd/sing-box
|
MAIN = ./cmd/sing-box
|
||||||
PREFIX ?= $(shell go env GOPATH)
|
PREFIX ?= $(shell go env GOPATH)
|
||||||
|
|
||||||
.PHONY: test release docs
|
.PHONY: test release docs build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
go build $(MAIN_PARAMS) $(MAIN)
|
go build $(MAIN_PARAMS) $(MAIN)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user