Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/thierry_delisle_PhD/thesis/Makefile

    r6db62fa r1cf8a9f  
    2929PICTURES = ${addsuffix .pstex, \
    3030        base \
    31         base_avg \
    3231        empty \
    3332        emptybit \
     
    3938        system \
    4039        cycle \
    41         result.cycle.jax.ops \
    4240}
    4341
     
    114112        python3 $< $@
    115113
    116 build/result.%.ns.svg : data/% | ${Build}
    117         ../../../../benchmark/plot.py -f $< -o $@ -y "ns per ops"
    118 
    119 build/result.%.ops.svg : data/% | ${Build}
    120         ../../../../benchmark/plot.py -f $< -o $@ -y "Ops per second"
    121 
    122114## pstex with inverted colors
    123115%.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset for help on using the changeset viewer.