Rename slides and generalize makefile

This commit is contained in:
Rodrigo Arias Mallo 2020-11-24 18:05:16 +01:00
parent 6fa3facfb1
commit 4000dbd0b8
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
all: test.mm Makefile
groff -Tpdf -t -p -P-p12c,16c -mm test.mm > test.pdf
all: 2.pdf Makefile
%.pdf: %.mm
groff -Tpdf -t -p -P-p12c,16c -mm $< > $@
-killall -HUP mupdf
watch: