]> gitweb.michael.orlitzky.com - dead/check_openvpn-simple.git/blob - makefile
Initial commit of something that kind of works.
[dead/check_openvpn-simple.git] / makefile
1 dist: clean
2 python setup.py sdist
3
4 clean:
5 python setup.py clean
6 rm -rf dist
7 rm -f MANIFEST