saait

Simple static page generator
git clone https://git.sinitax.com/codemadness/saait
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit a3f01e9be49a6bc58a8588ea3cafda315a0e9d55
parent 5e57d36c6f70c3c8a1233a2276e51a89fad910d4
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:
MMakefile | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

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 = \