diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2022-06-13 23:34:53 +0200 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2022-06-13 23:34:53 +0200 |
commit | 45f18adf080a83cccb5ebb0b277af5929648b5c5 (patch) | |
tree | 54fcb13571f328314baf11f8e6bc59dcf529ae2c /fiz/naloga/poročilo/Makefile | |
parent | proj3 (diff) | |
download | sola-gimb-3-master.tar sola-gimb-3-master.tar.gz sola-gimb-3-master.tar.bz2 sola-gimb-3-master.tar.lz sola-gimb-3-master.tar.xz sola-gimb-3-master.tar.zst sola-gimb-3-master.zip |
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 |