corner/resumé/Makefile

6 lines
116 B
Makefile

data := $(wildcard _data/**/*.yml)
all: all.pdf fr.pdf en.pdf
%.pdf: %.typ main.typ $(data)
typst compile $*.typ