Browse Source

add rule for making diag.html, and ignore output products...

main
John-Mark Gurney 4 years ago
parent
commit
2b9e3c1f9c
2 changed files with 5 additions and 0 deletions
  1. +2
    -0
      .gitignore
  2. +3
    -0
      Makefile

+ 2
- 0
.gitignore View File

@@ -0,0 +1,2 @@
diag.html
diag.txt

+ 3
- 0
Makefile View File

@@ -2,5 +2,8 @@
diag.txt: diag_inp.txt box.sh
graph-easy < $< | sh box.sh > $@

diag.html: diag.txt
(cat $<; echo; echo '<!-- Markdeep: --><style class="fallback">body{visibility:hidden;white-space:pre;font-family:monospace}</style><script src="markdeep.min.js" charset="utf-8"></script><script src="https://casual-effects.com/markdeep/latest/markdeep.min.js" charset="utf-8"></script><script>window.alreadyProcessedMarkdeep||(document.body.style.visibility="visible")</script>') > $@

diagtest:
ls box.sh diag_inp.txt Makefile | entr sh -c 'make diag.txt && cat diag.txt'

Loading…
Cancel
Save