#!/bin/sh PYTHON_CMD = @PYTHON_CMD@ all $(PYTHON_CMD) dustygas.py run: $(PYTHON_CMD) dustygas.py test: ./runtest clean: ./cleanup # end of file