Studentenversion des ESY6/A Praktikums "signal_processing".
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.

device_data_test.mk 205B

123456789
  1. extract_python_data = ${scripts}/extract_python_data.sh
  2. plot_data = data.py
  3. artifacts += ${plot_data}
  4. artifacts += __pycache__
  5. include ../device_test.mk
  6. plot: _plot
  7. @${scripts}/plot.py $(expected_data)