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