
all:

install : all
	@rootchmod +x ./cphelper
	./cphelper *.ovr *.xbm

depend :

cleanexe:;
clean:		cleanexe


