#!/bin/sh PYTHON_CMD = @PYTHON_CMD@ run: $(PYTHON_CMD) functors.py test: ./runtest clean: rm -f *.log *.csv *.xml ./cleanup # end of file