summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 73fa622ea440a27b06e7151819ee1d49e7873d06 (plain)
1
2
3
4
5
6
7
8
9
BUILDDIR := build

.PHONY: default clean

default:
	tox

clean:
	rm -rf .tox build