diff options
author | Astatin <[email protected]> | 2024-09-15 00:03:06 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-15 00:03:06 +0900 |
commit | 9e420f33a1d42db70df96c3c14d932216df637c0 (patch) | |
tree | 52d05cf41356d21791664b40210b389998c23836 /Makefile | |
parent | 76da5a2764fbaeebf25801fef326ede085f92220 (diff) |
Fix makefile for new emulator version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ build/main.rom: main.gbasm tileset.gbasm gbasm $< $@ run: build/main.rom - gb -s 200 $< + gb $< sameboy: build/main.rom sameboy build/main.rom |