summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-04-21 18:01:27 +0300
committerGitHub <noreply@github.com>2026-04-21 18:01:27 +0300
commit5297e6827bf70b581ade41824fa1f347f4beee9d (patch)
treed0c424ba5f5ccd55dfc860a8018825202f4a8e2e /Makefile
parent9c8029128d2672f8dd388b31ac831d0497ce8595 (diff)
parent42a3eb4751e11991a47aa1036bf60597f3937fd3 (diff)
downloadvyos-1x-5297e6827bf70b581ade41824fa1f347f4beee9d.tar.gz
vyos-1x-5297e6827bf70b581ade41824fa1f347f4beee9d.zip
Merge pull request #5136 from c-po/vyos-utils-merge
T8532: merge unrelated histories of vyos-utils and vyos-1x repo
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df89b555e..0d295fac6 100644
--- a/Makefile
+++ b/Makefile
@@ -77,8 +77,12 @@ op_mode_definitions: $(op_xml_obj)
vyshim:
$(MAKE) -C $(SHIM_DIR)
+.PHONY: ocaml
+ocaml: libvyosconfig
+ $(MAKE) -C src/ocaml
+
.PHONY: all
-all: clean copyright libvyosconfig pylint interface_definitions op_mode_definitions test j2lint vyshim generate-configd-include-json generate-activation-scripts-json
+all: clean copyright libvyosconfig pylint interface_definitions op_mode_definitions test j2lint vyshim generate-configd-include-json generate-activation-scripts-json ocaml
.PHONY: copyright
copyright:
@@ -93,6 +97,7 @@ clean:
rm -rf $(TMPL_DIR)
rm -rf $(OP_TMPL_DIR)
$(MAKE) -C $(SHIM_DIR) clean
+ $(MAKE) -C src/ocaml clean
.PHONY: test
test: generate-configd-include-json