aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-09 21:54:31 +0900
committerAstatin <astatin@redacted>2024-08-09 21:54:31 +0900
commitb69779d5e2d982dd7ec9de2ad071ccc344526d90 (patch)
tree091a26f36fa592fb91a6e4c25c42c14905291e39 /Makefile
parent9790dc65026c22f26ea6e247c5506b88f36691a4 (diff)
Fix viewport
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 19d678f..e95c10b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ build/main.rom: main.gbasm
gbasm $< $@
run: build/main.rom
- gb $<
+ gb --thread-sleep $<
sameboy: build/main.rom
sameboy build/main.rom