projects
/
forks
/
stagit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
597e3cd
)
Makefile: link for COMPAT
author
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 26 Dec 2015 12:08:41 +0000
(13:08 +0100)
committer
Hiltjo Posthuma
<hiltjo@codemadness.org>
Sat, 26 Dec 2015 12:08:41 +0000
(13:08 +0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b2758a1dae697d1fde39da4c4231ee46f2cce5d2..a739e0eee6510a74ec020c0a74c324eff240ccdf 100644
(file)
--- 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}