+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
8 lines
124 B
Makefile
8 lines
124 B
Makefile
PROJECT = kmeans
|
|
|
|
SRCS = main.cc read_input.c rmse.c kmeans_clustering.c cluster.c getopt.c
|
|
|
|
OPTS ?=
|
|
|
|
include ../common.mk
|