include ../common/make.defs
smallfgmpi: smallfgmpi.in
	@echo PATH=$(FGMPITOP)/bin:$(PATH) > smallfgmpi
	@cat smallfgmpi.in >> smallfgmpi
	@chmod u+x smallfgmpi

veryclean:
	rm -f smallfgmpi
