
all:



install : all
	@echo "Installing setups to" ${IRIS_CONFIG} ;
	@rootchmod +x ./DiffHelper
	@./DiffHelper setup_color.conf

depend :

cleanexe:;
clean:		cleanexe


