parse_crontab/Makefile

15 lines
218 B
Makefile
Raw Normal View History

2011-07-18 00:28:33 +00:00
SHELL=/bin/bash
clean:
-rm -f *.pyc crontab/*.pyc README.html MANIFEST
-rm -rf build dist
install:
python setup.py install
test:
python -m tests.test_crontab
upload:
python setup.py sdist upload