Update dependencies

This commit is contained in:
世界 2022-05-22 08:18:18 +08:00
parent 678160313e
commit 8ed9641213
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
3 changed files with 13 additions and 8 deletions

View file

@ -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