drivers/option: Add forms in cbtables
[coreboot2.git] / util / post / Makefile
blobe292a73429ab7232adddcb5cdb1243ab51f1a5c2
1 ## SPDX-License-Identifier: GPL-2.0-only
2 all:
3 $(CC) post.c -o post
4 clean:
5 rm -f post
7 distclean: clean