@@ -0,0 +1,14 @@
TEXC = latexmk -lualatex -output-directory=build
.PHONY: FORCE
pdf: build/rapport.pdf
build/%.pdf: %.tex FORCE
$(TEXC) -latexoption=-shell-escape $<
clean: FORCE
$(TEXC) -c
clean_all: FORCE
$(RM) -fr build
The note is not visible to the blocked user.