summaryrefslogtreecommitdiff
path: root/Makefile
blob: c72e005208a48c86eb1c500247fa2cea61c1f9e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
install: clean
	python setup.py install

install_bundle: clean
	python setup.py install --bundled

get_amalgamation:
	scripts/get_latest_amalgamation.sh amalgamation_latest

upload:
	python setup.py sdist upload -r pypi 

test:
	rm -f tests/*.db
	cd tests && ./run.sh
	rm -f tests/*.db

clean:
	rm -rf build dist