diff options
author | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-11-06 18:05:59 +0000 |
---|---|---|
committer | Leah Rowe <vimuser@noreply.codeberg.org> | 2023-11-06 18:05:59 +0000 |
commit | d3ade2085b6c5d615e89443d163b8647e9ab8515 (patch) | |
tree | 5d8755f5ce32ccabe55c2ebdd9ebf59c6c073e1c /util/nvmutil/Makefile | |
parent | 931d646df7d660e202293da57db112d7b09c9858 (diff) | |
parent | 866087211fddd5b468841fa29b17b65dbd582b7c (diff) |
Merge pull request 'nvmhelp' (#152) from Riku_V/lbmk:nvmhelp into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/152
Diffstat (limited to 'util/nvmutil/Makefile')
-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 f9f72370..f25f6dd5 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -6,7 +6,7 @@ CC=cc CFLAGS=-Os -Wall -Wextra -Werror -pedantic PREFIX?=/usr/bin -nvm: +nvm: nvmutil.c $(CC) $(CFLAGS) nvmutil.c -o nvm install: nvm |