Files
corner/resumé/Makefile
Romain Paquet 474d75f42d
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
resumé: add makefile
2025-11-04 19:59:11 +01:00

7 lines
116 B
Makefile

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