From 214590e2dba08941e516e8477c71dbbe11034fab Mon Sep 17 00:00:00 2001 From: Fabien Freling Date: Fri, 8 May 2015 14:47:12 +0200 Subject: [PATCH] Add debug build. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 8a0a972..2788214 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,9 @@ all: ocamlbuild -use-ocamlfind -I src oboy.byte +debug: + ocamlbuild -use-ocamlfind -I src oboy.d.byte + clean: rm -rf _build rm -f *.byte