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