build:
	jbuilder build

run: build
	./_build/install/default/bin/reason-gl-test

clean:
	rm -rf _build *.install

.PHONY: build run
