diff options
author | nunzip <np.scarh@gmail.com> | 2018-11-20 17:53:42 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2018-11-20 17:53:42 +0000 |
commit | 3f19f51598d126ca3b8cfe28dbe5b86111398a17 (patch) | |
tree | 026a35570657d895e0bdc32e4334c6156011646e /report/makefile | |
parent | 40d07b5e8800e1d7814abf6514f2a5ed7419ffcf (diff) | |
parent | efd1bfcdaba21f92dbc98753c15d0522deb4db9d (diff) | |
download | vz215_np1915-3f19f51598d126ca3b8cfe28dbe5b86111398a17.tar.gz vz215_np1915-3f19f51598d126ca3b8cfe28dbe5b86111398a17.tar.bz2 vz215_np1915-3f19f51598d126ca3b8cfe28dbe5b86111398a17.zip |
Merge branch 'master' of skozl.com:e4-pattern
Diffstat (limited to 'report/makefile')
-rwxr-xr-x | report/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/makefile b/report/makefile index afbac8d..646163f 100755 --- a/report/makefile +++ b/report/makefile @@ -19,7 +19,7 @@ code: echo -n '~~~~' >> build/code.aux pandoc -V geometry:margin=5em \ -o build/code.pdf build/code.aux - pdfjoin build/paper.pdf build/code.pdf -o build/paper+code.pdf + pdfjoin build/paper.pdf build/code.pdf -o build/cw1_vz215_np1915.pdf pdf: pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) |