html.mk

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

commit b0d8d1a44c916017d56dd1a778e39f0615be82f9
parent 94879c93d1f5cf8c7ab64096d32472b68f9725ea
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Fri, 23 Jul 2021 00:45:25 +0000

mk: oops

Diffstat:
Mbsd.html.mk | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/bsd.html.mk b/bsd.html.mk @@ -161,8 +161,6 @@ all: ${.OBJDIR}/${file}: ${.CURDIR}/${file} cp ${.CURDIR}/${file} $@ -clean: - echo foo # # Helper targets for misc tasks.