aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNebuleon Fumika2012-12-24 01:25:08 -0500
committerNebuleon Fumika2012-12-24 01:25:08 -0500
commitb90664ac4425ab90aab6fe6e8d0b0af1573a72e4 (patch)
tree401f4a352fe4568334394bc4661ac3873222f0c4 /Makefile
parent7a6ffe8a1e241f4308be9867990563a06a335b86 (diff)
parentf843d68bb65f8a532b365efc5cbdf5be65c5f517 (diff)
downloadsnesemu-b90664ac4425ab90aab6fe6e8d0b0af1573a72e4.tar.gz
snesemu-b90664ac4425ab90aab6fe6e8d0b0af1573a72e4.tar.bz2
snesemu-b90664ac4425ab90aab6fe6e8d0b0af1573a72e4.zip
Merge branch 'cheats'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 605d727..34a0148 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ CPP_SOURCES = source/apu.cpp source/apudebug.cpp source/c4.cpp \
source/soundux.cpp \
source/spc700.cpp source/spc7110.cpp \
source/srtc.cpp \
- source/tile.cpp source/nds/cheats3.cpp \
+ source/tile.cpp \
source/nds/displaymodes.cpp source/nds/entry.cpp
SOURCES = $(C_SOURCES) $(CPP_SOURCES)
C_OBJECTS = $(C_SOURCES:.c=.o)