it's an unfinished mess, but it builds

This commit is contained in:
Laurens Kils-Hütten
2024-04-07 09:08:07 +02:00
parent c53902f1ff
commit 64177e69c2
3 changed files with 28 additions and 6 deletions

View File

@@ -1,5 +1,15 @@
PDF=caves.pdf dungeon.pdf encounters1.pdf encounters2.pdf npc.pdf pointcrawl.pdf title.pdf treasure.pdf map.pdf
all: ${PDF}
%.pdf: %.svg
convert $< $@
%.pdf: %.dot
dot -Tpdf $< > $@
%.pdf: %.png
convert $< $@
clean:
rm -fv *.pdf