diff --git a/Makefile b/Makefile index 2e99008..7e74149 100644 --- a/Makefile +++ b/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