zero: zero.c
	gcc -g -Wall -o zero zero.c
#zero: zero.cpp
#	g++ -ansi -pedantic -g -Wall -o zero zero.cpp

clean:
	rm zero
