bscpkgs/garlic/doc/slides/Makefile

9 lines
158 B
Makefile
Raw Normal View History

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