1
0
This repository has been archived on 2025-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
bachelor-thesis/tex/Makefile

5 lines
124 B
Makefile

build/%.png: img/%.mmd
mmdc --output $@ --input $< --scale 3
%.png: img/%.mmd
mmdc --output build/$@ --input $< --scale 3