#
#	Makefile for the Clean examples programs
#

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


nothing : 

#
# Cleanup
#

cleanup:
	$(RM) Clean\ System\ Files/*.abc
	$(RM) Clean\ System\ Files/*.o

