summaryrefslogtreecommitdiff
path: root/Makefile
blob: 86c5013c44adc1035ee1ede2b914d27ae76beaa5 (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 *.pyc *.pyo build dist MANIFEST 
	rm -f blackboxtest.log blackboxtest-genbackupdata.log

dist:
	python setup.py sdist