Ooops, forgot a suffix.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@100 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
Nach 2007-11-19 21:04:57 +00:00
parent d93417b790
commit 71ae4ae985
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}
LIB=${RESAMPLEDIR}/libresample.a
.SUFFIXES: .c .cpp
.SUFFIXES: .c .cpp .asm
%.o: %.c
${CC} ${CFLAGS} -o $@ -c $<