all:
	g++ -Wall *.cc *.cpp *.h
run:
	a.out
clean:
	rm a.out
	rm *.gch
