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.win | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 old/spc700/Makefile.win (limited to 'old/spc700/Makefile.win') diff --git a/old/spc700/Makefile.win b/old/spc700/Makefile.win new file mode 100644 index 0000000..06095b0 --- /dev/null +++ b/old/spc700/Makefile.win @@ -0,0 +1,15 @@ +# Makefile for MS Visual C + +ALL : spc700a.s + +spc700a.s : spcgen.exe + spcgen.exe + +spcgen.exe : + cl /W3 spcgen.c + + +CLEAN : + -@erase spc700a.s + -@erase spcgen.exe + -@erase spcgen.obj -- cgit v1.2.3