util/nvmutil: fix target in Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-09 06:28:50 +00:00
parent d0bf316edf
commit 9f75a23a84
+1 -1
View File
@@ -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