From 3ac642db825f40675579796b11c75df07dee3937 Mon Sep 17 00:00:00 2001 From: Zachary Dremann Date: Sun, 19 Feb 2023 22:11:46 -0500 Subject: [PATCH] Add a makefile to regenerate html from adoc --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..e1e5658 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +.PHONY: all + +all: squashfs/squashfs.html + +squashfs/squashfs.html: squashfs/squashfs.adoc + asciidoctor $<