Changeset 060b12d for doc/theses/aaron_moss_PhD/phd/Makefile
- Timestamp:
- Feb 15, 2019, 9:00:06 PM (4 years ago)
- Branches:
- 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:
- 44eeddd, a6f991f
- Parents:
- 4c41b17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/theses/aaron_moss_PhD/phd/Makefile
r4c41b17 r060b12d 40 40 tests-completed \ 41 41 per-prob-histo \ 42 per-prob-depth \ 42 43 } 43 44 … … 73 74 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob.gp 74 75 76 per-prob-depth.tex : per-prob-scatter.gp ${BUILD} 77 gnuplot -e BUILD="'${BUILD}/'" ${EVALDIR}/per-prob-scatter.gp 78 75 79 ${BUILD}: 76 80 mkdir -p ${BUILD}
Note: See TracChangeset
for help on using the changeset viewer.