diff options
author | Astatin <[email protected]> | 2024-08-14 20:05:28 +0900 |
---|---|---|
committer | Astatin <astatin@redacted> | 2024-08-14 20:05:28 +0900 |
commit | f9f115384757135fa8488bd43eb3e5e91cc243d9 (patch) | |
tree | 6ab2b9bf120267f85140e1d8c9aa3a12b7e9c446 /Makefile | |
parent | 59c2f3cc678df564bb9cf2b232537ce8a9d734fa (diff) |
Add RNG + do some tests with is_solid
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 --thread-sleep $< + gb -s 200 $< sameboy: build/main.rom sameboy build/main.rom |