include ../config.mk
.PHONY: default build test clean
default: build test clean

build:

test:
	$(PYTHON) test_run.py -v

clean:
