mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +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
|
# to avoid conflict with a certain
|
||||||
# package manager by that name!
|
# package manager by that name!
|
||||||
|
|
||||||
nvm: nvmutil.c
|
nvmutil: nvmutil.c
|
||||||
rm -f nvm
|
rm -f nvm
|
||||||
$(CC) $(CFLAGS) nvmutil.c -o nvmutil
|
$(CC) $(CFLAGS) nvmutil.c -o nvmutil
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user