summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-12-26 13:08:41 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-12-26 13:08:41 +0100
commit664e60ede51b3ff467d75f94e111c0b2f29e3a78 (patch)
tree89bd33a69813a4e85f95ab051d16902d94b3a598 /Makefile
parent597e3cdbed69b362423a75cc7e85e78ec95ae47e (diff)
Makefile: link for COMPAT
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b2758a1..a739e0e 100644
--- 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}