Add Kaleidoscope to examples/ so that it gets built regularly and we'll notice
[oota-llvm.git] / examples / Makefile
index 39118f7ed176b079b9be696ecc56f1e60426a79d..eb5dabdcb13bc9e3d0f2d61fc650a8c9fc2ea138 100644 (file)
@@ -10,7 +10,7 @@ LEVEL=..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= BrainF Fibonacci HowToUseJIT Kaleidoscope ModuleMaker
 
 ifeq ($(HAVE_PTHREAD),1)
 PARALLEL_DIRS += ParallelJIT