all:
	go build

test:
	make -C sharness all

.PHONY: all test