Information and documentation on building an embedded board test lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

7 lines
195 B

  1. # https://github.com/ironcamel/Graph-Easy
  2. diag.txt: diag_inp.txt box.sh
  3. graph-easy < $< | sh box.sh > $@
  4. diagtest:
  5. ls box.sh diag_inp.txt Makefile | entr sh -c 'make diag.txt && cat diag.txt'