summaryrefslogtreecommitdiff
path: root/Makefile
blob: 49472bb5b86db9d2002faab12386dffefacc6c15 (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 ui dev-install-prebuilt

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

uninstall:
	pip uninstall leap.bitmask