From f12f5c3aeef11b43194cb25eb5e395958283c2c9 Mon Sep 17 00:00:00 2001 From: Riku Viitanen Date: Mon, 6 Nov 2023 12:52:46 +0200 Subject: nvmutil: fix makefile Signed-off-by: Riku Viitanen --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') 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 -- cgit v1.2.1