mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-04 04:17:36 +03:00
Add rule-set merge
command
This commit is contained in:
parent
ff7aaf977b
commit
50b8f3ab94
5 changed files with 199 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ ci_build:
|
|||
go build $(MAIN_PARAMS) $(MAIN)
|
||||
|
||||
generate_completions:
|
||||
go run -v --tags generate,generate_completions $(MAIN)
|
||||
go run -v --tags $(TAGS),generate,generate_completions $(MAIN)
|
||||
|
||||
install:
|
||||
go build -o $(PREFIX)/bin/$(NAME) $(MAIN_PARAMS) $(MAIN)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue