aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Makefile
diff options
context:
space:
mode:
authorErick Tryzelaar <idadesub@users.sourceforge.net>2010-03-08 19:32:27 +0000
committerErick Tryzelaar <idadesub@users.sourceforge.net>2010-03-08 19:32:27 +0000
commitcabc7af293504ad256d2203ae88ee11cbc34c2ed (patch)
tree8500bcc1ba0067ff7816b083d8b5a535be6ee50d /examples/Makefile
parent18048879b214b9a6d1d89040ccbf0b0da94d13c7 (diff)
downloadexternal_llvm-cabc7af293504ad256d2203ae88ee11cbc34c2ed.zip
external_llvm-cabc7af293504ad256d2203ae88ee11cbc34c2ed.tar.gz
external_llvm-cabc7af293504ad256d2203ae88ee11cbc34c2ed.tar.bz2
Add OCaml tutorial to the examples.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile3
1 files changed, 2 insertions, 1 deletions
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