stagit
Personal fork of stagit
git clone git://mccd.space/stagit
| Log | Files | Refs | README | LICENSE |
commit 664e60ede51b3ff467d75f94e111c0b2f29e3a78 parent 597e3cdbed69b362423a75cc7e85e78ec95ae47e Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Sat, 26 Dec 2015 13:08:41 +0100 Makefile: link for COMPAT Diffstat:
| M | Makefile | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -46,10 +46,10 @@ config.h:
@cp config.def.h $@
urmoms: urmoms.o ${EXTRAOBJ}
- ${CC} -o $@ urmoms.o ${LDFLAGS}
+ ${CC} -o $@ urmoms.o ${EXTRAOBJ} ${LDFLAGS}
urmoms-index: urmoms-index.o ${EXTRAOBJ}
- ${CC} -o $@ urmoms-index.o ${LDFLAGS}
+ ${CC} -o $@ urmoms-index.o ${EXTRAOBJ} ${LDFLAGS}
clean:
rm -f ${BIN} ${OBJ}