fix sound

This commit is contained in:
aliaspider
2014-12-09 05:47:45 +01:00
parent cd185c849b
commit a859afadfd
2 changed files with 3 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ cpu_threaded.o: cpu_threaded.c
$(CC) -c -o $@ $< $(ASFLAGS) $(OPTIMIZE)
clean:
# rm -f main.o cpu.o memory.o video.o input.o sound.o cpu_threaded.o x86_stub.o cheats.o zip.o libretro.o
# rm -f main.o memory.o input.o sound.o cpu_threaded.o x86_stub.o cheats.o zip.o libretro.o
rm -f $(OBJS)
rm -f $(TARGET)