fkmeans/Makefile
2010-11-18 19:22:00 +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