.POSIX:

default: test

test:
	grc go test -v -timeout 30m
