.PHONY : test
test : clean
	jbuilder build user.exe --root .
	_build/default/user.exe

.PHONY : clean
clean :
	jbuilder clean --root .
