diff --git a/Makefile b/Makefile
index 532f181..08cb7d9 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ all: build
 prepare:
 	git submodule update --init --remote
 	$(MAKE) -C JOJ3
-	cp JOJ3/build/joj3 JOJ3/build/repo-health-checker
+	cp JOJ3/build/joj3 JOJ3/build/repo-health-checker bin/
 	ls -lha bin
 	upx --best bin/*
 	ls -lha bin