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