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

clean:
	rm core inc.o inc

