# Makefile for CVS example program

hello:

clean:
	-rm -f hello *~
