diff --git a/Makefile.org b/Makefile.org index fa99283e5c1f8d035c8c80f43a6f863de6f737c0..ecc771c58f29d336832c1a3f439d8053c73a2b13 100644 --- a/Makefile.org +++ b/Makefile.org @@ -215,6 +215,7 @@ BUILD_CMD=if echo " $(DIRS) " | grep " $$i " >/dev/null 2>/dev/null; then \ $(MAKE) $$i; \ fi; fi +sub_all: build_all build_all: build_libs build_apps build_tests build_tools build_libs: build_crypto build_ssl