The functions in Signal.h are now in the llvm::sys namespace - adjust
[oota-llvm.git] / Makefile
index a61d7f3dde1bb211f955756c359912caf0b41fc4..c412b2617907bc34483ee772f53290725d025e94 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ DIRS = lib/Support utils lib tools
 
 ifneq ($(MAKECMDGOALS),tools-only)
 DIRS += runtime
-OPTIONAL_DIRS = projects
+OPTIONAL_DIRS = examples projects
 endif
 
 include $(LEVEL)/Makefile.common