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
+1 -1
View File
@@ -5,7 +5,7 @@ TEXC = latexmk -lualatex -output-directory=build
all: sk build/main.pdf
sk:
./sketch/sketch frustum.sk -o build/frustum.tex
cd ../common && make
build/main.pdf: main.tex FORCE
$(TEXC) -latexoption=-shell-escape $<