From 598a6ed32404ceb6ce49453e3788ccebe9b2051e Mon Sep 17 00:00:00 2001 From: EPICGameGuy Date: Sat, 30 Dec 2023 01:37:23 -0500 Subject: [PATCH] Fixing compile command to not deploy --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index ceafd4f..075aa89 100755 --- a/compile.sh +++ b/compile.sh @@ -72,4 +72,4 @@ pushd dependencies/ps2gl && make install -j$(nproc); popd pushd dependencies/ps2gl/glut && make install -j$(nproc); popd echo "------Compiling ps2-engine------" -make deploy_iso -j$(nproc) \ No newline at end of file +make iso -j$(nproc) \ No newline at end of file