aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-15 00:03:06 +0900
committerAstatin <astatin@redacted>2024-09-15 00:03:06 +0900
commit9e420f33a1d42db70df96c3c14d932216df637c0 (patch)
tree52d05cf41356d21791664b40210b389998c23836 /Makefile
parent76da5a2764fbaeebf25801fef326ede085f92220 (diff)
Fix makefile for new emulator version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc4ef54..002e53b 100644
--- a/Makefile
+++ b/Makefile
@@ -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