summaryrefslogtreecommitdiff
path: root/Makefile
blob: 46a6ca80b1002b93eac0a4340fef4fbeed57125d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clean:
	find . -type f -name "*.py[co]" -delete
	find . -type d -name "__pycache__" -delete

dev-mail:
	pip install -e '.[mail]'
	make -C www dev-install-prebuilt

dev-all:
	pip install -e '.[all]'

uninstall:
	pip uninstall leap.bitmask