From 0e12eafe6635da8e80ed33f7460e09c567d0e31f Mon Sep 17 00:00:00 2001 From: yenatch Date: Thu, 29 May 2014 18:52:37 -0700 Subject: Dust off the makefile and prepare to build Yellow. --- blue/main.asm | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 blue/main.asm (limited to 'blue/main.asm') diff --git a/blue/main.asm b/blue/main.asm new file mode 100644 index 00000000..3fcef980 --- /dev/null +++ b/blue/main.asm @@ -0,0 +1,2 @@ +INCLUDE "blue.asm" +INCLUDE "main.asm" -- cgit v1.2.3