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

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

clean:
	rm -rf *.py[co] */*.py[co] build dist MANIFEST 
	rm -f blackboxtest.log blackboxtest-genbackupdata.log

dist:
	python setup.py sdist