From 03e67548bb08bb325f156f9c18fbdb1a58f63c59 Mon Sep 17 00:00:00 2001 From: aliaspider Date: Thu, 5 Nov 2015 19:55:07 +0100 Subject: move more files --- old/spc700/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 old/spc700/Makefile (limited to 'old/spc700/Makefile') 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 + -- cgit v1.2.3