Fixed makefile
This commit is contained in:
@@ -77,9 +77,6 @@ PP=gpp
|
||||
%.o: %.asm
|
||||
${ASM} ${ASMFLAGS} -o $@ $<
|
||||
|
||||
chips/dsp1emu.o: chips/dsp1emu.c
|
||||
${CC} -O2 ${CFLAGS} -o $@ -c $<
|
||||
|
||||
ALL: zsnes.exe
|
||||
|
||||
zsnes.exe: ${OBJS}
|
||||
|
||||
Reference in New Issue
Block a user