This commit is contained in:
2025-01-30 10:04:23 +01:00
parent 144c588012
commit 9d3204daba
3 changed files with 9 additions and 6 deletions

View File

@@ -9,3 +9,6 @@ debug: compile
debug1: compile
gdb -ex run gb
release:
g++ -O3 *.cpp -lSDL2 -o gb