
HDRS = directx.h mmsystem.h objbase.h 

spotless:
	mv include trash
	mkdir include
	(cd trash && mv $(HDRS) ../include/)
	if [ -d trash/CVS ]; then mv trash/CVS include/CVS; fi
	rm -r trash

