all:
	g++ -g -Wall arffreader.cpp instance.cpp attribute.cpp node.cpp naivebayes.cpp -o bayes

clean:
	rm -f *.o bayes
