From cb5a0226c3d514896a1818e1681ad9d35eac6fb8 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sun, 27 May 2018 22:40:14 +0700 Subject: Add a formatter for VyOS 1.x config files. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7ce3047..e196d22 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,8 @@ LIBFILES=$(BUILDDIR)/lib/bindings.cmx \ $(BUILDDIR)/lib/apply_bindings.cmx \ $(BUILDDIR)/generated/vyosconfig.o \ $(BUILDDIR)/lib/vyos1x_parser.cmx \ - $(BUILDDIR)/lib/vyos1x_lexer.cmx + $(BUILDDIR)/lib/vyos1x_lexer.cmx \ + $(BUILDDIR)/lib/vyos1x_renderer.cmx CAML_INIT=$(BUILDDIR)/stub/init.o -- cgit v1.2.3