summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2022-02-03 13:30:49 -0500
committerPeter Jones <pjones@redhat.com>2022-02-03 13:52:28 -0500
commitfee352a076999790da1a63460eda842525d324e4 (patch)
treebb582a2c8bd430a5f8eb86dba505de7355d665a0
parent8c52a84e0a4f39bbc937dcbcdad7cdf04b90b85b (diff)
downloadefi-boot-shim-fee352a076999790da1a63460eda842525d324e4.tar.gz
efi-boot-shim-fee352a076999790da1a63460eda842525d324e4.zip
Remove post-proccess-pe on 'make clean'
This resolves issue #442 Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e7d60bd..81166a5c 100644
--- a/Makefile
+++ b/Makefile
@@ -323,7 +323,7 @@ clean-lib-objs:
clean-shim-objs:
@rm -rvf $(TARGET) *.o $(SHIM_OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb $(BOOTCSVNAME)
- @rm -vf *.debug *.so *.efi *.efi.* *.tar.* version.c buildid
+ @rm -vf *.debug *.so *.efi *.efi.* *.tar.* version.c buildid post-process-pe
@rm -vf Cryptlib/*.[oa] Cryptlib/*/*.[oa]
@if [ -d .git ] ; then git clean -f -d -e 'Cryptlib/OpenSSL/*'; fi