Files

11 lines
96 B
Makefile
Raw Permalink Normal View History

2020-05-31 23:30:39 +02:00
clean:
rm -rf build
rm -rf sponge.egg-info
rm -rf __pycache__
install:
pip install -e .