Makefile: link for COMPAT - stagit-gopher - A git gopher frontend. (mirror)
(HTM) git clone git://bitreich.org/stagit-gopher/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/stagit-gopher/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit 664e60ede51b3ff467d75f94e111c0b2f29e3a78
(DIR) parent 597e3cdbed69b362423a75cc7e85e78ec95ae47e
(HTM) 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(-)
---
(DIR) 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}