This commit is contained in:
Thomas FORGIONE
2015-09-21 09:44:35 +02:00
parent 58c1ea9220
commit 2ceb2b1822
7 changed files with 114 additions and 8 deletions
+5
View File
@@ -2,8 +2,13 @@ TEXC = latexmk -lualatex -output-directory=build
.PHONY: FORCE
all: sk build/main.pdf
pdf: build/main.pdf
sk:
cd ../common && make
build/%.pdf: %.tex FORCE
$(TEXC) -latexoption=-shell-escape $<
# cp build/main.pdf build/main.tmp.pdf