fast fertig, oder?

This commit is contained in:
Laurens Kils-Hütten
2024-04-17 23:41:46 +02:00
parent edf1347fed
commit 9e320a21ef
38 changed files with 615 additions and 571 deletions

View File

@@ -5,8 +5,8 @@ all: ${PDF}
%.pdf: %.svg
convert $< $@
%.pdf: %.dot
dot -Tpdf $< > $@
%.png: %.dot
dot -Tpng $< > $@
%.pdf: %.jpg
convert $< $@
@@ -14,5 +14,5 @@ all: ${PDF}
%.pdf: %.png
convert $< $@
clean:
realclean:
rm -fv *.pdf