tre: tre.cpp
	g++ $(CXXFLAGS) tre.cpp tregrader.cpp -o tre

mrproper: clean

clean:
	rm -f tre
