PROJECT = kmeans SRCS = main.cc read_input.c rmse.c kmeans_clustering.c cluster.c getopt.c OPTS ?= include ../common.mk