DEBSOURCES
Skip Quicknav
sources / mpi4py / 4.1.0-4 / demo / test-run / makefile
12345678910
include ../config.mk .PHONY: default build test clean default: build test clean build: test: $(PYTHON) test_run.py -v clean: