Changeset 1abcec9b for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- Apr 13, 2026, 3:05:44 AM (5 weeks ago)
- Branches:
- master
- Children:
- 5b21636b
- Parents:
- 2581f1e
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
r2581f1e r1abcec9b 100 100 -include $(Plots)/*.d 101 101 102 ${Build}/plot-%.sum.dat ${Build}/plot-%.det.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build} 103 python3 $< ${Build}/plot-$*.sum.dat ${Build}/plot-$*.det.dat 104 105 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build} 106 python3 $< > $@ 107 102 108 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build} 103 109 python3 $< > $@
Note:
See TracChangeset
for help on using the changeset viewer.