TOPDIR = ..
MKDIR = $(TOPDIR)/Make
 
clean::
	rm -f *~

include $(MKDIR)/MkRules
