coreboot-kgpe-d16/util/post/Makefile

5 lines
46 B
Makefile

all:
$(CC) post.c -o post
clean:
rm -f post