summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3491456ff3d924cb7b9fd18b24bfc43dc10cb1d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
install: clean
	python setup.py install

install_bundle: clean
	python setup.py install --bundled

get_amalgamation:
	scripts/get_latest_amalgamation.sh amalgamation_latest

clean:
	rm -rf build dist