kon: kon.cpp
	g++ $(CXXFLAGS) kon.cpp kongrader.cpp -o kon

mrproper: clean

clean:
	rm -f kon
