html.mk

static html creation framework using make(1) and cpp(1)
Log | Files | Refs | README | LICENSE

commit bd3bdf88c50da855400d443affb22f0bf4962d0a
parent 5b59f965d639cd7c1bfee42b060e619e2cf0e677
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Thu, 22 Jul 2021 22:17:13 +0000

example: add .include statement

Forgot to add probably the most important thing in here.

Diffstat:
MMakefile.example | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.example b/Makefile.example @@ -24,3 +24,5 @@ # SUBDIR += dir_a # SUBDIR += dir_b # SUBDIR += dir_c + +.include <bsd.html.mk>