Skip to content

Commit

Permalink
Fixing compile command to not deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
EPICGameGuy committed Dec 30, 2023
1 parent 9123126 commit 598a6ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
make iso -j$(nproc)

0 comments on commit 598a6ed

Please sign in to comment.