mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-12 22:42:54 +02:00
util/nvmutil: fix target in Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user