summaryrefslogtreecommitdiff
path: root/util/nvmutil
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-17 19:39:27 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-17 19:39:27 +0000
commit952a3d52a5fbe5faa79ee229e35fd8f18f0b89ae (patch)
tree87c172398e160244a3d5a0a4cb22a685d343fdd4 /util/nvmutil
parent63f0fe9702b293715d5f51e59931782bb278b67b (diff)
nvmutil: add suffixes to makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil')
-rw-r--r--util/nvmutil/Makefile4
1 files changed, 3 insertions, 1 deletions
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)