From 50a068664827ee17e5fcff2fceeeb6239f164704 Mon Sep 17 00:00:00 2001 From: yusing Date: Wed, 6 Nov 2024 05:06:17 +0800 Subject: [PATCH] rebrand update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e740b31..2e628b5 100755 --- a/Makefile +++ b/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