diff options
Diffstat (limited to 'fiz/naloga/poročilo/Makefile')
-rw-r--r-- | fiz/naloga/poročilo/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fiz/naloga/poročilo/Makefile b/fiz/naloga/poročilo/Makefile new file mode 100644 index 0000000..30318d0 --- /dev/null +++ b/fiz/naloga/poročilo/Makefile @@ -0,0 +1,5 @@ +.NOTPARALLEL: +default: + pdflatex -shell-escape dokument.tex + biber dokument + pdflatex -shell-escape dokument.tex |