Ignore:
Timestamp:
Jul 19, 2025, 2:35:56 AM (5 months ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
7640ff5, da10157
Parents:
47064914
Message:

add linked-list performance assessment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/mike_brooks_MMath/Makefile

    r47064914 r16a843b  
    9595-include $(Plots)/*.d
    9696
    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}
    9898        python3 $< > $@
    9999
     
    102102
    103103#-include ${Build}/*.d
     104
     105
     106# troubleshooting, e.g. `make echo_DEMOS` runs `echo $(DEMOS)`
     107echo_% :
     108        @echo '$($(@:echo_%=%))'
     109
Note: See TracChangeset for help on using the changeset viewer.