# This makefile is just to clean up the directory under Linux
#
clean:
	rm -f *.obj *.sbr *.bsc *.pdb *.wsp *.gid *.res *.vcw
	find . \( \! -type d \) -exec chmod -x {} \;
