This commit is contained in:
parent
48ea377065
commit
f4ca49acab
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user