diff options
author | Astatin <[email protected]> | 2024-09-17 18:14:17 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-09-17 18:14:17 +0900 |
commit | fa37dcacf1ff0de66f5c4eed7b89be6006d6d77b (patch) | |
tree | e47ab067c67fa760434dd4d63fbd4bd9e8a7d060 /Makefile | |
parent | 9e420f33a1d42db70df96c3c14d932216df637c0 (diff) |
Add entities collisions
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 $< + gb -s 2 $< sameboy: build/main.rom sameboy build/main.rom |