Makefile: Add a rule to generate index.html
authorW. Trevor King <wking@tremily.us>
Tue, 29 Dec 2015 20:06:37 +0000 (12:06 -0800)
committerW. Trevor King <wking@tremily.us>
Tue, 29 Dec 2015 20:07:22 +0000 (12:07 -0800)
One less thing I'll have to remember ;).

Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
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 >"$@"