Changeset 6db62fa for doc/theses/thierry_delisle_PhD/thesis/Makefile
- Timestamp:
- Apr 9, 2022, 2:51:24 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 2a77817
- Parents:
- 11a1240
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/thierry_delisle_PhD/thesis/Makefile
r11a1240 r6db62fa 29 29 PICTURES = ${addsuffix .pstex, \ 30 30 base \ 31 base_avg \ 31 32 empty \ 32 33 emptybit \ … … 38 39 system \ 39 40 cycle \ 41 result.cycle.jax.ops \ 40 42 } 41 43 … … 112 114 python3 $< $@ 113 115 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 114 122 ## pstex with inverted colors 115 123 %.dark.pstex : fig/%.fig Makefile | ${Build}
Note: See TracChangeset
for help on using the changeset viewer.