mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-04-03 20:07:36 +03:00
Fix test
This commit is contained in:
parent
3040e97222
commit
c1ffcf365e
4 changed files with 8 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ ci_build:
|
|||
go build $(MAIN_PARAMS) $(MAIN)
|
||||
|
||||
install:
|
||||
go build -o $(PREFIX)/bin/$(NAME) $(PARAMS) $(MAIN)
|
||||
go build -o $(PREFIX)/bin/$(NAME) $(MAIN_PARAMS) $(MAIN)
|
||||
|
||||
fmt:
|
||||
@gofumpt -l -w .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue