mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
rebrand update Makefile
This commit is contained in:
parent
d47afa3081
commit
50a0686648
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -37,11 +37,11 @@ profile:
|
|||
GODEBUG=gctrace=1 make debug
|
||||
|
||||
run: build
|
||||
sudo setcap CAP_NET_BIND_SERVICE=+eip bin/go-proxy
|
||||
bin/go-proxy
|
||||
sudo setcap CAP_NET_BIND_SERVICE=+eip bin/godoxy
|
||||
bin/godoxy
|
||||
|
||||
mtrace:
|
||||
bin/go-proxy debug-ls-mtrace > mtrace.json
|
||||
bin/godoxy debug-ls-mtrace > mtrace.json
|
||||
|
||||
archive:
|
||||
git archive HEAD -o ../go-proxy-$$(date +"%Y%m%d%H%M").zip
|
||||
|
|
Loading…
Add table
Reference in a new issue