Index: doc/theses/mike_brooks_MMath/Makefile
===================================================================
--- doc/theses/mike_brooks_MMath/Makefile	(revision eb0d9b7d937213cd3bc39235c18121a496cbb52f)
+++ doc/theses/mike_brooks_MMath/Makefile	(revision 1abcec9b6adf2ed1d9f833ccc39e3e9f529c3d52)
@@ -100,4 +100,10 @@
 -include $(Plots)/*.d
 
+${Build}/plot-%.sum.dat ${Build}/plot-%.det.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build}
+	python3 $< ${Build}/plot-$*.sum.dat ${Build}/plot-$*.det.dat
+
+${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build}
+	python3 $< > $@
+
 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build}
 	python3 $< > $@
