summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2010-01-04 17:58:43 -0700
committerIIMarckus <iimarckus@gmail.com>2010-01-04 17:58:43 -0700
commitdf2b3b739c9cf8a5d63d6f8f342e63bc67525ebc (patch)
treef2467b2db944377f2f0125ea18d04db0b3edd433 /Makefile
Initial commit
hg-commit-id: 8bac7aa76c64
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 00000000..3cba1c6d
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+pokered.gbc: pokered.asm
+ rgbasm -opokered.obj pokered.asm
+ xlink -z0 pokered.link
+ rgbfix -p -v pokered.gbc
+ cmp baserom.gbc pokered.gbc
+
+clean:
+ rm -f pokered.obj pokered.gbc