From 336a7931494b149298ec0d215bf643c4ca07a712 Mon Sep 17 00:00:00 2001 From: pommicket Date: Wed, 1 Sep 2021 18:27:51 -0400 Subject: markdown to HTML converter --- 00/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '00/Makefile') diff --git a/00/Makefile b/00/Makefile index fa229a2..a328fee 100644 --- a/00/Makefile +++ b/00/Makefile @@ -1,5 +1,5 @@ all: README.html out00 -%.html: %.md - markdown $< > $@ out00: in00 ./hexcompile +%.html: %.md ../markdown + ../markdown $< -- cgit v1.2.3