Version 1.1 with conntrack-tools support
[bwmon.git] / Makefile
blobf1127497d57cabf3a9fffa08bb32ce3180f58941
2 test:
3 python runmonitor.py
5 docs:
6 epydoc -n 'bwmon User-space bandwidth monitor' -o docs/ bwmon -v --exclude='.*_test'
8 clean:
9 find -name '*.pyc' -exec rm '{}' \;
11 .PHONY: test clean docs
12 .DEFAULT: test