summaryrefslogtreecommitdiff
path: root/old/spc700/Makefile
diff options
context:
space:
mode:
authoraliaspider2015-11-05 19:55:07 +0100
committeraliaspider2015-11-05 19:55:07 +0100
commit03e67548bb08bb325f156f9c18fbdb1a58f63c59 (patch)
tree102886f9a00ee16fa1b3c0234892ae6cbe658fa5 /old/spc700/Makefile
parent3e296ccf2e8a6f4792779b45365096c5934425b4 (diff)
downloadsnes9x2002-03e67548bb08bb325f156f9c18fbdb1a58f63c59.tar.gz
snes9x2002-03e67548bb08bb325f156f9c18fbdb1a58f63c59.tar.bz2
snes9x2002-03e67548bb08bb325f156f9c18fbdb1a58f63c59.zip
move more files
Diffstat (limited to 'old/spc700/Makefile')
-rw-r--r--old/spc700/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/spc700/Makefile b/old/spc700/Makefile
new file mode 100644
index 0000000..e412de9
--- /dev/null
+++ b/old/spc700/Makefile
@@ -0,0 +1,13 @@
+CFLAGS = -Wall
+
+all : spc700a.s
+
+spc700a.s : spcgen
+ ./spcgen
+
+spcgen : spcgen.o
+
+
+clean :
+ $(RM) spc700a.s spcgen spcgen.o
+