coreboot-kgpe-d16/util/post/Makefile

7 lines
64 B
Makefile

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