From 241bd466dff92bbe997af447fbb10121af4a5aa4 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 13 Jun 2018 13:36:43 +0200 Subject: [PATCH] Makefile: add trees to target all Change-Id: If286b1a6abaeecb483a18ce62e720cb8d20eea4a Signed-off-by: garciadeblas --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 666c9df..2d82418 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ Q?=@ PYANG_OPTIONS := -Werror -all: $(PYTHON_MODELS) pyangbind +all: $(PYTHON_MODELS) pyangbind trees $(MAKE) package trees: $(YANG_DESC_TREES) $(YANG_DESC_JSTREES) $(YANG_RECORD_TREES) $(YANG_RECORD_JSTREES) -- 2.17.1