aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-09-17 18:14:17 +0900
committerAstatin <astatin@redacted>2024-09-17 18:14:17 +0900
commitfa37dcacf1ff0de66f5c4eed7b89be6006d6d77b (patch)
treee47ab067c67fa760434dd4d63fbd4bd9e8a7d060 /Makefile
parent9e420f33a1d42db70df96c3c14d932216df637c0 (diff)
Add entities collisions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 002e53b..525d037 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ build/main.rom: main.gbasm tileset.gbasm
gbasm $< $@
run: build/main.rom
- gb $<
+ gb -s 2 $<
sameboy: build/main.rom
sameboy build/main.rom