all: test build

test:
	npm test

build:
	cd util && ./build.sh

.PHONY: test
