Add a new example to the LLVM distribution: a trace-based Brainfuck compiler that...
[oota-llvm.git] / examples / Makefile
index 50a6db76aa2551a9510e78c1545e9491ebc437cd..bc09b8e0473bd04a25fc6ddf90845abb142faef2 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 \
+                TracingBrainF
 
 ifeq ($(HAVE_PTHREAD),1)
 PARALLEL_DIRS += ParallelJIT