iosfu/Makefile

6 lines
98 B
Makefile
Raw Permalink Normal View History

2013-11-18 17:42:25 +00:00
clean:
find . -name __pycache__ | grep -v .virtualenv | xargs rm -rf
tests:
python -m unittest