diff options
Diffstat (limited to 'util/nvmutil/Makefile')
| -rw-r--r-- | util/nvmutil/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile deleted file mode 100644 index b8ec2ad3..00000000 --- a/util/nvmutil/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# SPDX-License-Identifier: MIT -# SPDX-FileCopyrightText: 2022,2025 Leah Rowe <leah@libreboot.org> -# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com> - -CC?=cc -CFLAGS?=-Os -Wall -Wextra -Werror -pedantic -DESTDIR?= -PREFIX?=/usr/local -INSTALL?=install - -nvm: nvmutil.c - $(CC) $(CFLAGS) nvmutil.c -o nvm - -install: - $(INSTALL) nvm $(DESTDIR)$(PREFIX)/bin/nvm - -uninstall: - rm -f $(DESTDIR)$(PREFIX)/bin/nvm - -distclean: - rm -f nvm - -clean: - rm -f nvm |
