From 70c9e403ac30d02871923dc6af2f035de0d1cc3c Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Mon, 1 May 2023 14:10:33 -0700 Subject: [PATCH] add git-lfs to required binary checks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6a1f0cb..33e1752 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ ifneq (,$(wildcard $(DIST_DIR)/release.env)) export endif -executables = $(docker) git patch +executables = $(docker) git git-lfs patch .PHONY: toolchain toolchain: \