diff options
| author | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-07 10:39:17 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gusso230@student.liu.se> | 2019-12-07 10:41:44 +0100 |
| commit | 13cacccb5711d85a41c2e495391aa869dfbcbb5c (patch) | |
| tree | cc3cb6f7eaed9c6d3a361bd15c952dd4d789b260 /Dokument/Teknisk Dokumentation/Makefile | |
| parent | 45e8350dfb39d5cce1700f38b1c11289c8d2261f (diff) | |
| download | tfyy51-13cacccb5711d85a41c2e495391aa869dfbcbb5c.tar.gz | |
Lägg till figures.tex till Makefile
Diffstat (limited to 'Dokument/Teknisk Dokumentation/Makefile')
| -rw-r--r-- | Dokument/Teknisk Dokumentation/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Dokument/Teknisk Dokumentation/Makefile b/Dokument/Teknisk Dokumentation/Makefile index db2d036..681b2ce 100644 --- a/Dokument/Teknisk Dokumentation/Makefile +++ b/Dokument/Teknisk Dokumentation/Makefile @@ -7,6 +7,8 @@ # should always be the "all" rule, so that "make" and "make all" are identical. all: root.pdf +figures: figures.pdf + # CUSTOM BUILD RULES # In case you didn't know, '$@' is a variable holding the name of the target, @@ -32,5 +34,8 @@ all: root.pdf root.pdf: root.tex latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make root.tex +figures.pdf: figures.tex + latexmk -pdf -pdflatex="pdflatex -interaction=nonstopmode" -use-make figures.tex + clean: latexmk -CA |
