diff --git a/Makefile b/Makefile index ab883082..e4fb2f72 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,5 @@ test: python -m pytest + +clean: + find static/assets -type f |grep -v .gitignore | xargs rm