tAdd rule to link final binary - scribo - Email-based phlog generator
 (HTM) git clone git://git.z3bra.org/scribo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b87a87f72abf43c16c68ff9878b4612632222620
 (DIR) parent 18d85f2f9cdb2bb3c8f5eb6274bbbb394eda2c89
 (HTM) Author: Willy Goiffon <dev@z3bra.org>
       Date:   Wed,  9 Sep 2020 19:26:20 +0200
       
       Add rule to link final binary
       
       Diffstat:
         M makefile                            |       2 ++
       
       1 file changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/makefile b/makefile
       t@@ -3,6 +3,8 @@ include config.mk
        .SUFFIXES: .h .def.h
        
        scribo: scribo.o base64.o rfc5322.o strlcpy.o strlcat.o
       +        ${CC} ${LDFLAGS} -o $@ scribo.o base64.o rfc5322.o strlcpy.o strlcat.o
       +
        scribo.o: config.h
        
        .def.h.h: