diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-26 01:45:18 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 06:59:42 +0000 |
| commit | c4ff47a8ed7fc30be4a1c0f9212bca09ed757e3d (patch) | |
| tree | 32365cd5a8374dda47a93634ddff12875664ab51 /util | |
| parent | f4f3fe3e0a21ea53427242f053e73e16aca04576 (diff) | |
fix makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
| -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 |
