atst/Makefile
2018-05-24 13:20:38 -04:00

6 lines
91 B
Makefile

test:
python -m pytest
clean:
find static/assets -type f |grep -v .gitignore | xargs rm