$OpenBSD: patch-Makefile,v 1.1.1.1 2019/08/04 19:04:48 chrisz Exp $

Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -1,6 +1,9 @@
 all:
 	@jbuilder build
 
+install:
+	@jbuilder install
+
 test:
 	@jbuilder runtest
 
