From c35183c3fa22d447122e52dc42fa66825f90635e Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 11 Oct 2024 13:39:05 +0100 Subject: [PATCH] Makefile: fix an endif comment Signed-off-by: Ian Jackson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7cdca6..dba7194 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ else CARGO ?= cargo TARGET_DIR ?= target -endif # Cargo.nail +endif # $(NAILING_CARGO) CARGO_RELEASE ?= release TARGET_RELEASE_DIR ?= $(TARGET_DIR)/$(CARGO_RELEASE) -- 2.30.2