Thomas FORGIONE 85a9d3f9a0 Some work
2015-09-09 15:21:12 +02:00

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