
build:
	cd ..; make setp_dev

tests:
	./tests.sh

.PHONY: build tests
