Add examples for Kaleidoscope chapters 2 through 6.
[oota-llvm.git] / Makefile
index b8d4367e72be2bca3a8b497673eb7823179d8a33..03ab0446522a55dff64c73aa62b687fb16474cce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ ifeq ($(BUILD_DIRS_ONLY),1)
   OPTIONAL_DIRS :=
 else
   DIRS := lib/System lib/Support utils lib/VMCore lib tools/llvm-config \
-          tools runtime docs
+          tools runtime docs unittests
   OPTIONAL_DIRS := examples projects bindings
 endif