From da563fda70c7bd9e291be18cf1411222a3a0d419 Mon Sep 17 00:00:00 2001 From: Boming Zhang Date: Thu, 5 Dec 2024 12:14:40 -0500 Subject: [PATCH] fix: typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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