bscpkgs/garlic/doc/slides/Makefile

9 lines
158 B
Makefile
Raw Normal View History

2020-11-24 18:05:16 +01:00
all: 2.pdf Makefile
%.pdf: %.mm
groff -Tpdf -t -p -P-p12c,16c -mm $< > $@
2020-11-23 19:06:15 +01:00
-killall -HUP mupdf
watch:
while [ 1 ]; do inotifywait -e modify *; make; done