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

clean:
	rm core ref.o ref

