This commit is contained in:
parent
2d15310348
commit
12fa8ea056
3
Makefile
3
Makefile
|
@ -6,9 +6,10 @@ all: build
|
||||||
|
|
||||||
prepare:
|
prepare:
|
||||||
git submodule update --init --remote
|
git submodule update --init --remote
|
||||||
|
go env -w GOPROXY=https://goproxy.io,direct
|
||||||
$(MAKE) -C JOJ3
|
$(MAKE) -C JOJ3
|
||||||
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
|
cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
|
||||||
# ls -lha bin
|
ls -lha bin
|
||||||
# upx --best bin/joj3 bin/repo-health-checker
|
# upx --best bin/joj3 bin/repo-health-checker
|
||||||
# ls -lha bin
|
# ls -lha bin
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user