# $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


syntax highlighted by Code2HTML, v. 0.9.1