diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 06:28:50 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 06:28:50 +0000 |
| commit | 9f75a23a848361c916fce364252f3e0edfd90a66 (patch) | |
| tree | 8495855f006b82e5794142dfe89275e341f7e886 | |
| parent | d0bf316edff128f0cddf2907f2871150b2647e96 (diff) | |
util/nvmutil: fix target in Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
| -rw-r--r-- | util/nvmutil/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
