Information and documentation on building an embedded board test lab.
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

14 linhas
632 B

  1. # https://github.com/ironcamel/Graph-Easy
  2. .SUFFIXES: .getxt .diag .html
  3. .getxt.diag: box.sh
  4. graph-easy < $< | sh box.sh > $@
  5. .diag.html:
  6. (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>') > $@
  7. DIAG?=diag
  8. test:
  9. ls box.sh $(DIAG).getxt Makefile | entr sh -c 'make $(DIAG).diag && cat $(DIAG).diag'