From 952a3d52a5fbe5faa79ee229e35fd8f18f0b89ae Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 17 Mar 2026 19:39:27 +0000 Subject: nvmutil: add suffixes to makefile Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index f3f8d4c7..fa1d0b0c 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -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) -- cgit v1.2.1