Ooops, forgot a suffix.

This commit is contained in:
Nach 2007-11-19 21:04:57 +00:00
parent 572303f79d
commit 76585c71f0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ SDLOBJ=${SDLDIR}/debugger.o ${SDLDIR}/SDL.o ${SDLDIR}/dummy.o
OBJECTS=${MAINOBJ} ${DMGOBJ} ${SDLOBJ} OBJECTS=${MAINOBJ} ${DMGOBJ} ${SDLOBJ}
LIB=${RESAMPLEDIR}/libresample.a LIB=${RESAMPLEDIR}/libresample.a
.SUFFIXES: .c .cpp .SUFFIXES: .c .cpp .asm
%.o: %.c %.o: %.c
${CC} ${CFLAGS} -o $@ -c $< ${CC} ${CFLAGS} -o $@ -c $<