URI:
       Makefile: link for COMPAT - stagit-gopher - static git page generator for gopher
  HTML git clone https://git.drkhsh.at/stagit-gopher.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 664e60ede51b3ff467d75f94e111c0b2f29e3a78
   DIR parent 597e3cdbed69b362423a75cc7e85e78ec95ae47e
  HTML 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}