8 lines
180 B
Makefile
Raw Normal View History

2023-10-31 07:47:27 +01:00
include ../tests.mk
artifacts += data.py __pycache__
plot: data.py
@echo Plotting resulting signal vs. expected signal ...
@../../scripts/plot.py ${expected_data} 2> /dev/null