projects
/
nmbug-oci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a74dba2
)
Makefile: Add a rule to generate index.html
author
W. Trevor King
<wking@tremily.us>
Tue, 29 Dec 2015 20:06:37 +0000
(12:06 -0800)
committer
W. 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]
patch
|
blob
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 >"$@"