aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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