diff options
author | Vasil Zlatanov <v@skozl.com> | 2018-12-14 09:57:11 +0000 |
---|---|---|
committer | Vasil Zlatanov <v@skozl.com> | 2018-12-14 09:57:11 +0000 |
commit | 8e8ee911c37f89c1029be5389efebf3e42bf38af (patch) | |
tree | edd3c9fc80f6aa9ff2abe38c5cee379329ae10d2 /report/makefile | |
parent | fcffccf0fc6ce3bcede22d99284715243207d939 (diff) | |
download | vz215_np1915-8e8ee911c37f89c1029be5389efebf3e42bf38af.tar.gz vz215_np1915-8e8ee911c37f89c1029be5389efebf3e42bf38af.tar.bz2 vz215_np1915-8e8ee911c37f89c1029be5389efebf3e42bf38af.zip |
Change target output name of pdf
Diffstat (limited to 'report/makefile')
-rw-r--r-- | report/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/makefile b/report/makefile index 4b8846b..b77aca0 100644 --- a/report/makefile +++ b/report/makefile @@ -12,7 +12,7 @@ FLAGS_PDF = --template=template.latex pdf: mkdir -p $(OUTPUT) - pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) + pandoc -o $(OUTPUT)/cw2_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) clean: rm build/* |