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