summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-09-19 10:02:53 -0400
committerPeter Jones <pjones@redhat.com>2017-09-19 14:58:51 -0400
commit51c497b8db879cee16beb6aa5fa40fad9b935c9a (patch)
tree9372668be432997a93a933774d08e622911b4b87
parent35fd2c170cadfd50670d55fbcbf9cb2f4d4f1868 (diff)
downloadefi-boot-shim-51c497b8db879cee16beb6aa5fa40fad9b935c9a.tar.gz
efi-boot-shim-51c497b8db879cee16beb6aa5fa40fad9b935c9a.zip
Try to do a slightly better job at 'make clean'
Signed-off-by: Peter Jones <pjones@redhat.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cb8fe817..0774263f 100644
--- a/Makefile
+++ b/Makefile
@@ -329,12 +329,13 @@ else
$(PESIGN) -n certdb -i $< -c "shim" -s -o $@ -f
endif
+clean: OBJS=$(wildcard *.o)
clean:
$(MAKE) -C Cryptlib -f $(TOPDIR)/Cryptlib/Makefile clean
$(MAKE) -C Cryptlib/OpenSSL -f $(TOPDIR)/Cryptlib/OpenSSL/Makefile clean
$(MAKE) -C lib -f $(TOPDIR)/lib/Makefile clean
rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb $(BOOTCSVNAME)
- rm -f *.debug *.so *.efi *.tar.* version.c
+ rm -f *.debug *.so *.efi *.efi.* *.tar.* version.c
GITTAG = $(VERSION)