ex7: add show target

This commit is contained in:
2025-11-03 11:41:25 +01:00
parent 9fd64db349
commit 194138e2df

View File

@@ -27,6 +27,8 @@ compare/%: data
python3 compare.py data_sequential/$(shell printf "%05d" $*).dat data/$(shell printf "%05d" $*).dat
diff/%: data
python3 plot_differences.py data_sequential/$(shell printf "%05d" $*).dat data/$(shell printf "%05d" $*).dat
show/%: diff/%
feh difference_plot.png
check: compare/0 compare/75
clean:
-rm -fr sequential parallel data images wave.mp4