aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAstatin <[email protected]>2024-08-09 21:19:36 +0900
committerAstatin <astatin@redacted>2024-08-09 21:19:36 +0900
commit9790dc65026c22f26ea6e247c5506b88f36691a4 (patch)
tree053bced30579170dbeff79946ebcd4c22470f050 /Makefile
parentbdd60c734a477fc76e4398d9367d7071326d64aa (diff)
Turn off screen during initialization to be compatible with sameboy
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a0222e4..19d678f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,5 +9,11 @@ build/main.rom: main.gbasm
run: build/main.rom
gb $<
+sameboy: build/main.rom
+ sameboy build/main.rom
+
+gearboy: build/main.rom
+ gearboy build/main.rom
+
clean:
rm -rf build