# SPDX-License-Identifier: MIT
# SPDX-FileCopyrightText: 2023 Leah Rowe <leah@libreboot.org>

all:
	make -C build64

clean:
	make -C build64 clean

distclean:
	make -C build64 clean
