mirror of
https://github.com/kenryuS/report-temp.git
synced 2026-06-14 16:26:13 +09:00
3 lines
79 B
Makefile
3 lines
79 B
Makefile
%.pdf: %.md
|
|
pandoc --from markdown --to pdf -o $@ $^ --pdf-engine=lualatex -N
|