summaryrefslogtreecommitdiff
path: root/Makefile
blob: b79bece60bf3018851f4715bcd17c840ade450f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all:

check:
	python -m CoverageTestRunner --ignore-missing without-tests
#	./blackboxtest

clean:
	rm -rf *.pyc *.pyo build dist MANIFEST 
	rm -f blackboxtest.log blackboxtest-genbackupdata.log

dist:
	python setup.py sdist