Updated, re-factored and with clear screen
[bwmon.git] / Makefile
blob706de18c5d5a3cd6d626acf75ef07fae39bdd957
2 test:
3 python runmonitor.py
5 clean:
6 find -name '*.pyc' -exec rm '{}' \;
8 .PHONY: test clean
9 .DEFAULT: test