Changeset 4c41b17 for doc/theses/aaron_moss_PhD/phd/Makefile
- Timestamp:
- Feb 15, 2019, 6:55:02 PM (4 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 060b12d
- Parents:
- 7c6eb64
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/Makefile
r7c6eb64 r4c41b17 39 39 generic-timing \ 40 40 tests-completed \ 41 per-prob-histo \ 41 42 } 42 43 … … 69 70 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/algo-summary.gp 70 71 72 per-prob-histo.tex : per-prob.gp per-prob.tsv ${BUILD} 73 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp 74 71 75 ${BUILD}: 72 76 mkdir -p ${BUILD}
Note: See TracChangeset
for help on using the changeset viewer.