#
.PHONY: all  clean  test


all: 
	@echo "To compile testscDist.f;  make test

test:
	make -f test.mk
##	rm -f /tmp/*.f


clean:
	@rm -f *.o core  *~
