Skip to content
Snippets Groups Projects
Verified Commit ccc3595c authored by Pea Nut's avatar Pea Nut
Browse files

[Makefile] Call vendor_check in allinone target

parent 467c02e7
No related branches found
No related tags found
No related merge requests found
Pipeline #249265 passed
...@@ -69,7 +69,7 @@ OPENVPN_BIN = "$(HOME)/openvpn_build/sbin/$(shell grep OPENVPN branding/thirdpar ...@@ -69,7 +69,7 @@ OPENVPN_BIN = "$(HOME)/openvpn_build/sbin/$(shell grep OPENVPN branding/thirdpar
######################################################################### #########################################################################
.PHONY: allinone .PHONY: allinone
allinone: clean vendor build allinone: clean vendor vendor_check build
depends: depends:
-@${MAKE} depends$(UNAME) -@${MAKE} depends$(UNAME)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment