From: W. Trevor King Date: Tue, 29 Dec 2015 20:06:37 +0000 (-0800) Subject: Makefile: Add a rule to generate index.html X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=24f06c747d5d553851903d58cb4994304e8323f8;p=nmbug-oci.git Makefile: Add a rule to generate index.html One less thing I'll have to remember ;). --- diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..434abfe --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: index.html # regenerate every time + +index.html: + nmbug-status --config status-config.json >"$@"