We modify benchmarks to run the suite in different ways, just modularized the hefty...
[IRC.git] / Robust / src / Benchmarks / oooJava / kmeans / makefile
1 PROGRAM=KMeans
2 SOURCE_FILES=${PROGRAM}.java \
3         Random.java \
4         Cluster.java \
5         Normal.java \
6         Common.java \
7         GlobalArgs.java 
8
9 include ../master-makefile