7 lines
116 B
Makefile
7 lines
116 B
Makefile
data := $(wildcard _data/**/*.yml)
|
|
|
|
all: all.pdf fr.pdf en.pdf
|
|
|
|
%.pdf: %.typ main.typ $(data)
|
|
typst compile $*.typ
|