Lösung des Praktikums Systementwurf
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.
123456789 |
- extract_python_data = ${scripts}/extract_python_data.sh
- plot_data = data.py
- artifacts += ${plot_data}
- artifacts += __pycache__
-
- include ../device_test.mk
-
- plot: _plot
- @${scripts}/plot.py $(expected_data)
|