sgw | Static git web (fork of stagit) |
| download: https://git.y1.nz/archives/sgw.tar.gz | |
| README | Files | Log | Refs | 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}
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.