diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-26 01:45:18 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 01:45:18 +0000 |
| commit | 83165f8ad81f232d1bf53499a58bd05f9828fe57 (patch) | |
| tree | 53073aa84738066728959c394eb89d7d33cb22af /util/libreboot-utils | |
| parent | 43b110a81b54d67739400b9d821a66a4489d6fb2 (diff) | |
fix makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils')
| -rw-r--r-- | util/libreboot-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/libreboot-utils/Makefile b/util/libreboot-utils/Makefile index a48b8ef9..872a37c4 100644 --- a/util/libreboot-utils/Makefile +++ b/util/libreboot-utils/Makefile @@ -145,7 +145,7 @@ uninstall: clean: rm -f $(PROG) $(PROGMKH) $(OBJS_NVMUTIL) $(OBJS_MKHTEMP) \ - $(OBJS_LOTTERY) + $(OBJS_LOTTERY) $(PROGLOT) distclean: clean |
