1
PYTHON ?= python
2
3
dist:
4
$(PYTHON) ./setup.py sdist
5
6
clean:
7
rm -rf dist/
8
9
Loggerhead is a web-based interface for Breezy Version: 2.0.1