Remove BFtoLLVM. It was old, and a poor example because it didn't use best practices...
[oota-llvm.git] / examples / Makefile
index 873c5825abfd14a51433ad919328bb22d3ca627b..d96f66cdaf8f6ba2cf2546ab9f21c9b5316d4dff 100644 (file)
@@ -10,7 +10,7 @@ LEVEL=..
 
 include $(LEVEL)/Makefile.config
 
-PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker
 
 ifeq ($(HAVE_PTHREAD),1)
 PARALLEL_DIRS += ParallelJIT