ostream: ostream.cpp
	g++ -g -Wall -o ostream ostream.cpp

clean:
	rm ostream
