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