fkmeans/Makefile

4 lines
95 B
Makefile

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