diff options
author | Astatin <[email protected]> | 2024-08-09 21:54:31 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-09 21:54:31 +0900 |
commit | b69779d5e2d982dd7ec9de2ad071ccc344526d90 (patch) | |
tree | 091a26f36fa592fb91a6e4c25c42c14905291e39 /Makefile | |
parent | 9790dc65026c22f26ea6e247c5506b88f36691a4 (diff) |
Fix viewport
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |