#
#
# File: $Id:$
#
# Author: George V. Neville-Neil
#
# Makefile for building distributions of the Packet Debugger.  
install::
	python setup.py install

dist::
	python setup.py sdist

clean::
	rm -rf dist build MANIFEST

syntax highlighted by Code2HTML, v. 0.9.1