Add OCaml tutorial to the examples.
[oota-llvm.git] / examples / Makefile
index 0737eaf57902c6c9ea13a73d20b64dbf16ea87a6..162a94e7a7fd35322985dd820096942be6feb77e 100644 (file)
@@ -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