Files
ipxe/contrib/vm/Makefile
T

8 lines
82 B
Makefile
Raw Normal View History

all : serial-console.1
%.1 : %
pod2man $< > $@
clean :
rm -f serial-console.1