Removed a useless Makefile

This commit is contained in:
BlackLight 2010-11-20 16:51:54 +01:00
parent d41753a8a4
commit 30fe188bb8
1 changed files with 0 additions and 3 deletions

View File

@ -1,3 +0,0 @@
all:
gcc -g -O3 -Wall -pedantic -pedantic-errors -std=c99 -o kmeans-test test.c kmeans.c -lm