mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 20:07:38 +03:00
Update dependencies
This commit is contained in:
parent
678160313e
commit
8ed9641213
3 changed files with 13 additions and 8 deletions
9
Makefile
9
Makefile
|
@ -1,7 +1,12 @@
|
|||
.:
|
||||
.DEFAULT_GOAL := debug
|
||||
|
||||
clean:
|
||||
rm -rf ./bin
|
||||
|
||||
debug:
|
||||
go run ./cli/buildx --name ss-local --path ./cli/ss-local
|
||||
go run ./cli/buildx --name ss-server --path ./cli/ss-server
|
||||
|
||||
release:
|
||||
go run ./cli/buildx --name ss-local --path ./cli/ss-local --release
|
||||
go run ./cli/buildx --name ss-server --path ./cli/ss-server --release
|
||||
go run ./cli/buildx --name ss-server --path ./cli/ss-server --release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue