summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0c2b90b8..e7f6e498 100644
--- a/Makefile
+++ b/Makefile
@@ -102,8 +102,8 @@ Cryptlib/OpenSSL/libopenssl.a:
clean:
$(MAKE) -C Cryptlib clean
$(MAKE) -C Cryptlib/OpenSSL clean
- rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(KEYS) certdb
- rm -f *.debug *.so
+ rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb
+ rm -f *.debug *.so *.efi
GITTAG = $(VERSION)