3d-interface-rapport/rapport/Makefile

13 lines
198 B
Makefile

TEXC = latexmk -lualatex -output-directory=build
.PHONY: FORCE
build/rapprt.pdf: main.tex FORCE
$(TEXC) -latexoption=-shell-escape $<
clean: FORCE
$(TEXC) -c
clean_all: FORCE
$(RM) -fr build