Some work

This commit is contained in:
Thomas FORGIONE
2015-09-09 15:21:12 +02:00
parent 33e310021e
commit 85a9d3f9a0
7 changed files with 388 additions and 6 deletions
+1 -3
View File
@@ -2,9 +2,7 @@ TEXC = latexmk -lualatex -output-directory=build
.PHONY: FORCE
pdf: build/rapport.pdf
build/%.pdf: %.tex FORCE
build/rapprt.pdf: main.tex FORCE
$(TEXC) -latexoption=-shell-escape $<
clean: FORCE