From 6bab708c22e3c310d10a8f110161bf1691d01240 Mon Sep 17 00:00:00 2001 From: Nebuleon Fumika Date: Wed, 19 Dec 2012 00:28:32 -0500 Subject: Delete offsets.cpp, which is for a standalone tool that is unrelated to the emulator. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6bcaba6..590b482 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ CPP_SOURCES = source/apu.cpp source/apudebug.cpp source/c4.cpp \ source/fxdbg.cpp source/fxemu.cpp source/fxinst.cpp \ source/gfx.cpp source/globals.cpp source/loadzip.cpp \ source/memmap.cpp source/movie.cpp source/netplay.cpp \ - source/obc1.cpp source/offsets.cpp source/ppu.cpp \ + source/obc1.cpp source/ppu.cpp \ source/sa1.cpp source/sa1cpu.cpp source/screenshot.cpp \ source/sdd1.cpp source/sdd1emu.cpp source/server.cpp \ source/seta010.cpp source/seta011.cpp source/seta018.cpp \ @@ -100,7 +100,7 @@ makedirs: -mkdir $(PLUGIN_DIR)/gamepic clean: - -rm -rf $(OUTPUT).plg $(OUTPUT).dat $(OUTPUT).elf depend $(OBJECTS) + -rm -rf $(OUTPUT).plg $(OUTPUT).dat $(OUTPUT).elf depend $(OBJECTS) $(START_O) .c.o: $(CC) $(CFLAGS) $(INCLUDE) $(DEFS) -o $@ -c $< -- cgit v1.2.3