Fixed makefile

This commit is contained in:
pagefault
2001-05-13 22:21:19 +00:00
parent 07efd2a04b
commit f3c17b652f

View File

@@ -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}