From ccc3595c8ea24e80cf4bb0f9ff4c31e017024a2f Mon Sep 17 00:00:00 2001
From: Pea Nut <peanut2@systemli.org>
Date: Tue, 5 Nov 2024 12:14:58 +0100
Subject: [PATCH] [Makefile] Call vendor_check in allinone target

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 13e8a63b..0db0eb40 100644
--- a/Makefile
+++ b/Makefile
@@ -69,7 +69,7 @@ OPENVPN_BIN = "$(HOME)/openvpn_build/sbin/$(shell grep OPENVPN branding/thirdpar
 #########################################################################
 
 .PHONY: allinone
-allinone: clean vendor build
+allinone: clean vendor vendor_check build
 
 depends:
 	-@${MAKE} depends$(UNAME)
-- 
GitLab