Changeset 16a843b for doc/theses/mike_brooks_MMath/Makefile
- Timestamp:
- Jul 19, 2025, 2:35:56 AM (5 months ago)
- Branches:
- master
- Children:
- 7640ff5, da10157
- Parents:
- 47064914
- File:
-
- 1 edited
-
doc/theses/mike_brooks_MMath/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/mike_brooks_MMath/Makefile
r47064914 r16a843b 95 95 -include $(Plots)/*.d 96 96 97 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ %.py.INPUTS | ${Build}97 ${Build}/plot-%.dat: ${Plots}/%.py ${Plots}/common.py ${Plots}/ListCommon.py ${Plots}/%.py.INPUTS | ${Build} 98 98 python3 $< > $@ 99 99 … … 102 102 103 103 #-include ${Build}/*.d 104 105 106 # troubleshooting, e.g. `make echo_DEMOS` runs `echo $(DEMOS)` 107 echo_% : 108 @echo '$($(@:echo_%=%))' 109
Note:
See TracChangeset
for help on using the changeset viewer.