Ooops, forgot a suffix.
This commit is contained in:
parent
572303f79d
commit
76585c71f0
2
Makefile
2
Makefile
|
@ -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 $<
|
||||||
|
|
Loading…
Reference in New Issue