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

build:

test:
	$(SHELL) run.sh

clean:
