Snort_AIPreproc/fkmeans/Makefile
2010-11-20 16:47:57 +01:00

3 lines
95 B
Makefile

all:
gcc -g -O3 -Wall -pedantic -pedantic-errors -std=c99 -o kmeans-test test.c kmeans.c -lm