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

clean:
	rm static
