nvmutil: add suffixes to makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-17 19:39:27 +00:00
parent 2457944d75
commit 2fe71dfb90
+3 -1
View File
@@ -9,6 +9,8 @@ DESTDIR?=
PREFIX?=/usr/local
INSTALL?=install
.SUFFIXES:
# maybe add -I. here when running make
# e.g. make LDIR=-I.
LDIR?=
@@ -32,7 +34,7 @@ warn: $(PROG).c
strict: $(PROG).c
$(CC) $(STRICT) $(PROG).c -o $(PROG) $(LDFLAGS)
# clang strictness
# clang-only extreme warnings (not portable)
hell: $(PROG).c
$(CC) $(HELLFLAGS) $(PROG).c -o $(PROG) $(LDFLAGS)