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

clean:
	rm core if.o if

