summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--examples/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 3e9ba22349..873c5825ab 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -10,10 +10,10 @@ LEVEL=..
include $(LEVEL)/Makefile.config
-#PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
+PARALLEL_DIRS:= Fibonacci HowToUseJIT ModuleMaker BFtoLLVM
ifeq ($(HAVE_PTHREAD),1)
-#PARALLEL_DIRS += ParallelJIT
+PARALLEL_DIRS += ParallelJIT
endif
include $(LEVEL)/Makefile.common