resumé: add makefile
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.

This commit is contained in:
2025-10-25 00:15:22 +02:00
parent 6fb0bbebbd
commit 474d75f42d

6
resumé/Makefile Normal file
View File

@@ -0,0 +1,6 @@
data := $(wildcard _data/**/*.yml)
all: all.pdf fr.pdf en.pdf
%.pdf: %.typ main.typ $(data)
typst compile $*.typ