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