Snort_AIPreproc/fkmeans/Makefile

4 lines
95 B
Makefile
Raw Normal View History

2010-11-20 16:47:57 +01:00
all:
gcc -g -O3 -Wall -pedantic -pedantic-errors -std=c99 -o kmeans-test test.c kmeans.c -lm