last: last.cpp
	g++ -g -Wall -o last first.cpp last.cpp 

clean:
	rm last
