From 71ae4ae98591aeabe35d210e4a3cd18e59f14c9a Mon Sep 17 00:00:00 2001 From: Nach Date: Mon, 19 Nov 2007 21:04:57 +0000 Subject: [PATCH] Ooops, forgot a suffix. git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@100 a31d4220-a93d-0410-bf67-fe4944624d44 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2fa1942..38e4f451 100644 --- a/Makefile +++ b/Makefile @@ -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 $<