chore: copy teapot-checker to bin
All checks were successful
push / build (push) Successful in 3m2s

This commit is contained in:
张泊明518370910136 2024-11-28 14:07:50 -05:00
parent 48ea377065
commit f4ca49acab
GPG Key ID: CA088E6D9284F870

View File

@ -7,9 +7,9 @@ all: build
prepare:
git submodule update --init --remote
$(MAKE) -C JOJ3
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker JOJ3/build/teapot-checker bin/
ls -lha bin
upx --best bin/repo-health-checker
upx --best bin/*
ls -lha bin
force-build: prepare