summaryrefslogtreecommitdiff
path: root/Makefile
blob: 209762b1047c07c179a04930b4b02516cfff710e (plain)
1
2
3
4
5
6
7
8
9
10
11
12

.PHONY: all clean tarball

all:
	python setup.py build

clean:
	find . -type d -iname '__pycache__' -exec rm -rf {} +;
	rm -rf build

tarball: clean
	tar --exclude-vcs -cvf xbackup.tar *