mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-14 17:23:58 +00:00
Remove FALLBACK_OBJS during clean as well.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
acf2e8ed1a
commit
1de10962e7
4
Makefile
4
Makefile
@ -102,8 +102,8 @@ Cryptlib/OpenSSL/libopenssl.a:
|
|||||||
clean:
|
clean:
|
||||||
$(MAKE) -C Cryptlib clean
|
$(MAKE) -C Cryptlib clean
|
||||||
$(MAKE) -C Cryptlib/OpenSSL clean
|
$(MAKE) -C Cryptlib/OpenSSL clean
|
||||||
rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(KEYS) certdb
|
rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb
|
||||||
rm -f *.debug *.so
|
rm -f *.debug *.so *.efi
|
||||||
|
|
||||||
GITTAG = $(VERSION)
|
GITTAG = $(VERSION)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user