surveil/Makefile

10 lines
123 B
Makefile

test: clean
tox
clean:
rm -rf pbr-*.egg
rm -rf surveil.egg-info
rm -rf .tox
rm -rf .testrepository
rm -rf doc/build