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