Build BFtoLLVM example front-end by default
[oota-llvm.git] / examples / Makefile
index a2b38821cd43b0f5a204d46c3567d2c7db1ca53f..9b66d034a804fff885f16fad1518962b3b91889b 100644 (file)
@@ -11,6 +11,6 @@ LEVEL=..
 include $(LEVEL)/Makefile.config
 
 #PARALLEL_DIRS:= $(patsubst %/Makefile,%,$(wildcard $(SourceDir)/*/Makefile))
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
 
 include $(LEVEL)/Makefile.common