summaryrefslogtreecommitdiff
path: root/old/spc700/Makefile.win
diff options
context:
space:
mode:
authortwinaphex2016-08-05 19:46:46 +0200
committertwinaphex2016-08-05 19:46:46 +0200
commit38e5e34d5dc65432a11a4bbb4604885e7be9eb99 (patch)
treef61d917e3f7a7097603adda081fa902031feead4 /old/spc700/Makefile.win
parent20fd45dfea4cd12e455492a5b36806c1c62b6465 (diff)
downloadsnes9x2002-38e5e34d5dc65432a11a4bbb4604885e7be9eb99.tar.gz
snes9x2002-38e5e34d5dc65432a11a4bbb4604885e7be9eb99.tar.bz2
snes9x2002-38e5e34d5dc65432a11a4bbb4604885e7be9eb99.zip
Remove this
Diffstat (limited to 'old/spc700/Makefile.win')
-rw-r--r--old/spc700/Makefile.win15
1 files changed, 0 insertions, 15 deletions
diff --git a/old/spc700/Makefile.win b/old/spc700/Makefile.win
deleted file mode 100644
index 06095b0..0000000
--- a/old/spc700/Makefile.win
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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