RM= rm -f
CP= cp -f

distclean:
	$(RM) *~ default.style
	$(CP) style/trad.style default.style
	$(RM) .rootbg .workspace_state .autodetect
	touch .autodetect
