From e33c3a3e4dcc0aa6a8798027bab3273221341fd1 Mon Sep 17 00:00:00 2001 From: Superstarxalien <ernesto_vallenilla@hotmail.com> Date: Fri, 3 May 2024 14:59:35 -0400 Subject: [PATCH] edit bat file to reflect name --- build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.bat b/build.bat index b02b6db..f6ff118 100644 --- a/build.bat +++ b/build.bat @@ -1,5 +1,5 @@ cd src -gcc lump.c lodepng.c main.c cJSON.c -o kartmaker -lm +gcc lump.c lodepng.c main.c cJSON.c -o followermaker -lm cd .. -move /y src\kartmaker.exe .\kartmaker.exe +move /y src\followermaker.exe .\followermaker.exe pause \ No newline at end of file -- GitLab