MatrixMultiply example with compile errors
[IRC.git] / Robust / src / Benchmarks / Prefetch / MatrixMultiply / makefile
1 MAINCLASS=MatrixMultiply
2 SRC=${MAINCLASS}.java
3 FLAGS=-dsm -prefetch -nooptimize -debug -mainclass ${MAINCLASS} -o ${MAINCLASS}
4 default:
5         ../../../buildscript ${FLAGS} ${SRC}