summaryrefslogtreecommitdiff
path: root/bld.proj
diff options
context:
space:
mode:
Diffstat (limited to 'bld.proj')
-rw-r--r--bld.proj13
1 files changed, 13 insertions, 0 deletions
diff --git a/bld.proj b/bld.proj
new file mode 100644
index 0000000..69d740a
--- /dev/null
+++ b/bld.proj
@@ -0,0 +1,13 @@
+bin asm =
+ asm.myr
+;;
+
+bin chip =
+ main.myr
+ lib sdl
+;;
+
+lib sdl =
+ sdl.myr
+ sdl.glue.c
+;;