DEBSOURCES
Skip Quicknav
sources / mpi4py / 1.3%2Bhg20120611-3 / demo / threads / makefile
123456789101112
.PHONY: default build test clean default: build test clean PYTHON=python build: test: ${PYTHON} sendrecv.py clean: