From e8dde32b837dbec8f6dbf7dc08f64e4cf9da7e6e Mon Sep 17 00:00:00 2001 From: ygrek Date: Wed, 8 Feb 2012 16:50:51 +0200 Subject: [PATCH] build with ocamlbuild by default --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 58faa59..29b8046 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ #VERSION = $(shell git describe --tags --always) VERSION = 0.1.1a-git +target: obuild + built: $(MAKE) -C syntax $(MAKE) -C lib ncl bcl -- 2.11.4.GIT