mirror of
https://github.com/yusing/godoxy.git
synced 2025-07-21 20:04:03 +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
|
GODEBUG=gctrace=1 make debug
|
||||||
|
|
||||||
run: build
|
run: build
|
||||||
sudo setcap CAP_NET_BIND_SERVICE=+eip bin/go-proxy
|
sudo setcap CAP_NET_BIND_SERVICE=+eip bin/godoxy
|
||||||
bin/go-proxy
|
bin/godoxy
|
||||||
|
|
||||||
mtrace:
|
mtrace:
|
||||||
bin/go-proxy debug-ls-mtrace > mtrace.json
|
bin/godoxy debug-ls-mtrace > mtrace.json
|
||||||
|
|
||||||
archive:
|
archive:
|
||||||
git archive HEAD -o ../go-proxy-$$(date +"%Y%m%d%H%M").zip
|
git archive HEAD -o ../go-proxy-$$(date +"%Y%m%d%H%M").zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue