From cabc7af293504ad256d2203ae88ee11cbc34c2ed Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 8 Mar 2010 19:32:27 +0000 Subject: Add OCaml tutorial to the examples. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97966 91177308-0d34-0410-b5e6-96231b3b80d8 --- examples/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/Makefile') diff --git a/examples/Makefile b/examples/Makefile index 0737eaf..162a94e 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -10,7 +10,8 @@ LEVEL=.. include $(LEVEL)/Makefile.config -PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker +PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker \ + OCaml-Kaleidoscope ifeq ($(HAVE_PTHREAD),1) PARALLEL_DIRS += ParallelJIT -- cgit v1.1