6 lines
94 B
Makefile
6 lines
94 B
Makefile
build:
|
|
m4 guide.ms | groff -Tpdf -ms > guide.pdf
|
|
|
|
watch:
|
|
ls guide.ms | entr -r just build
|