# $Id$ all: flowgrep.py python setup.py build install: cp flowgrep.py flowgrep python setup.py install clean: rm -rf build rm -f *.pyc *~ flowgrep