Makefile: add config.h to dist and as dependency - saait - the most boring static page generator
 (HTM) git clone git://git.codemadness.org/saait
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a3f01e9be49a6bc58a8588ea3cafda315a0e9d55
 (DIR) parent 5e57d36c6f70c3c8a1233a2276e51a89fad910d4
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sat, 26 May 2018 12:33:40 +0200
       
       Makefile: add config.h to dist and as dependency
       
       Diffstat:
         M Makefile                            |       3 ++-
       
       1 file changed, 2 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -5,7 +5,8 @@ VERSION = 0.2
        SRC = \
                saait.c
        HDR = \
       -        arg.h
       +        arg.h\
       +        config.h
        BIN = \
                saait
        MAN1 = \