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

clean:
	rm core noref.o noref

