build:
	jbuilder build

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

clean:
	rm -rf _build *.install
