aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoraliaspider2014-10-28 08:42:58 +0100
committeraliaspider2014-10-28 08:42:58 +0100
commit7c00d00bcec7faf25ecd91c34decab4698ad478c (patch)
treed1bb9b42a134ae01cc1ce76be269c8036bd5267e /Makefile
parentad4866e0cb1f7ddefbe1e31a890741e4cbc50181 (diff)
downloadsnes9x2005-7c00d00bcec7faf25ecd91c34decab4698ad478c.tar.gz
snes9x2005-7c00d00bcec7faf25ecd91c34decab4698ad478c.tar.bz2
snes9x2005-7c00d00bcec7faf25ecd91c34decab4698ad478c.zip
remove more stuff
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 4dc5c24..d5989a6 100644
--- a/Makefile
+++ b/Makefile
@@ -48,10 +48,10 @@ NM = $(CROSS)nm
OBJDUMP = $(CROSS)objdump
#C_SOURCES = libretro.c
-CPP_SOURCES = source/apu.cpp source/apudebug.cpp source/c4.cpp \
+CPP_SOURCES = source/apu.cpp source/c4.cpp \
source/c4emu.cpp source/cheats2.cpp source/cheats.cpp \
source/clip.cpp source/cpu.cpp source/cpuexec.cpp \
- source/cpuops.cpp source/data.cpp source/debug.cpp \
+ source/cpuops.cpp source/data.cpp\
source/dma.cpp source/dsp1.cpp \
source/fxdbg.cpp source/fxemu.cpp source/fxinst.cpp \
source/gfx.cpp source/globals.cpp source/loadzip.cpp \