#
#	Makefile for the Clean examples programs
#

#
#		make cleanup:
#			remove all files that can be recreated
#


nothing : 

#
# Cleanup
#

cleanup:
	$(RM) *.abc \
	$(RM) *.o

