add clean target to Makefile

This commit is contained in:
Brian Duggan 2018-05-24 13:20:38 -04:00
parent 9731dce581
commit e49d0be9b1

View File

@ -1,2 +1,5 @@
test:
python -m pytest
clean:
find static/assets -type f |grep -v .gitignore | xargs rm