PY_BIN := python2

test :
	$(PY_BIN) unit -vv

clean :
	rm -f *.{py[oc],o,so} *~

