summaryrefslogtreecommitdiff
path: root/Makefile
blob: 127461dad0f247823f07a32ab0d7bedc1aacda91 (plain)
1
2
3
4
5
6
7
8
install: clean
	python setup.py install

install_bundle: clean
	python setup.py install --bundled

clean:
	rm -rf build dist