From 9f75a23a848361c916fce364252f3e0edfd90a66 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 9 Mar 2026 06:28:50 +0000 Subject: util/nvmutil: fix target in Makefile Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index c6611075..7bc9e0ee 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -13,7 +13,7 @@ INSTALL?=install # to avoid conflict with a certain # package manager by that name! -nvm: nvmutil.c +nvmutil: nvmutil.c rm -f nvm $(CC) $(CFLAGS) nvmutil.c -o nvmutil -- cgit v1.2.1