emmental/Makefile

8 lines
131 B
Makefile

# Copyright 2019 (c) Anna Schumaker.
clean:
rm -rv $(find -name __pycache__ -type d)
tests:
python -m unittest discover curds/