~miconoco/woo

0b1818b13d5fabbe3bba6437750b8e4451f8f05c — Christoph Polcin 1 year, 11 months ago 0b2dde3
build
1 files changed, 1 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +1 -1
@@ 105,7 105,7 @@ define FOOTER
endef

docs/header.html: export HEADER:=$(HEADER)
docs/header.html: README $(SMU)
docs/header.html: README.md $(SMU)
	@mkdir -p $(@D)
	@printf "%s\n" "$${HEADER}" > $@
	@$(SMU) $< >> $@