xref: /aosp_15_r20/external/coreboot/util/post/Makefile (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2all:
3	$(CC) post.c -o post
4clean:
5	rm -f post
6
7distclean: clean
8