coreboot-libre-fam15h-rdimm/util/post/Makefile

5 lines
46 B
Makefile
Raw Permalink Normal View History

2024-03-04 11:14:53 +01:00
all:
$(CC) post.c -o post
clean:
rm -f post