prefix=/etc/profile.d

.PHONY: install

install:
	@echo installing ...
	@mkdir -p ${prefix}
	@install -m 0755 a1_grid_env.sh ${prefix}/

