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