fkmeans/Makefile

4 lines
95 B
Makefile
Raw Permalink Normal View History

2010-11-18 19:22:00 +01:00
all:
gcc -g -O3 -Wall -pedantic -pedantic-errors -std=c99 -o kmeans-test test.c kmeans.c -lm