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