diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-09 14:33:21 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-09 14:33:21 +0000 |
| commit | f05a273cb433a50c94c53fcbc6764627ceca3e43 (patch) | |
| tree | fa37f98169f3b97387804048d7c22ce957b0a58b /util/nvmutil/Makefile | |
| parent | 3f566d32504b7b23c29d30e2f980a0f4bb49c0ca (diff) | |
util/nvmutil: clean up the Makefile
that option there is already defined in the code
Signed-off-by: Leah Rowe <leah@libreboot.org>
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 9bc0e381..22376c70 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -3,7 +3,7 @@ # SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com> CC?=cc -CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -std=c99 -D_POSIX_C_SOURCE=200809L +CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -std=c99 DESTDIR?= PREFIX?=/usr/local INSTALL?=install |
