KNN:
	g++ -c KNN.cpp -o KNN.o
clean:
	rm KNN.o 
all:
	make KNN
