payloads/external/leanefi/Makefile: Fix clean target

Just follow the examples of other payloads and simply remove the build
directory of said payload.

Change-Id: Idf2a8f3b9ecbb300514d2d1deede76785fd402b7
Signed-off-by: Maximilian Brune <maximilian.brune@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82897
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Maximilian Brune 2024-06-04 11:56:56 +02:00 committed by Felix Singer
parent b152f10d5a
commit 96084d5957

View File

@ -17,6 +17,6 @@ distclean:
rm -rf leanefi
clean:
$(MAKE) -C leanefi clean
rm -rf leanefi/build
.PHONY: build clean distclean