soc/intel/ptl: Update ME specification version to 21
[coreboot.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