standardize the benchmarks so we script them easily
[IRC.git] / Robust / src / Benchmarks / Prefetch / 2DFFT / javasingle / makefile
1 MAINCLASS=FFT2d
2 SRC=${MAINCLASS}.java FFT1d.java
3 default:
4         ../../../../buildscript -optimize -thread -debug -mainclass ${MAINCLASS} ${SRC} -o ${MAINCLASS}
5
6 clean:
7         rm -rf tmpbuilddirectory
8         rm *.bin