summaryrefslogtreecommitdiff
path: root/old/spc700/Makefile
diff options
context:
space:
mode:
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
+