From 4a2c77bcc9d0b92d21a3ddce4272970c5a2f9a96 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 9 Dec 2014 15:33:14 +0100 Subject: Remove zip.c/zip.h --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c70231c..0236d07 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,6 @@ OBJS += cpu_threaded.o OBJS += x86/x86_stub.o OBJS += cheats.o -OBJS += zip.o OBJS += libretro.o OBJS += libco/libco.o @@ -66,7 +65,7 @@ cpu_threaded.o: cpu_threaded.c $(CC) -c -o $@ $< $(ASFLAGS) $(OPTIMIZE) clean: -# rm -f main.o memory.o input.o sound.o x86_stub.o cheats.o zip.o libretro.o +# rm -f main.o memory.o input.o sound.o x86_stub.o cheats.o libretro.o rm -f $(OBJS) rm -f $(TARGET) -- cgit v1.2.3