coreboot-kgpe-d16/util/post/Makefile

8 lines
105 B
Makefile

## SPDX-License-Identifier: GPL-2.0-only
all:
$(CC) post.c -o post
clean:
rm -f post
distclean: clean