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