diff options
author | nunzip <np.scarh@gmail.com> | 2019-03-04 11:39:15 +0000 |
---|---|---|
committer | nunzip <np.scarh@gmail.com> | 2019-03-04 11:39:15 +0000 |
commit | 7a7818bda1a72bd1819bc7803cdc02b3af1e103d (patch) | |
tree | 1f0a6aeaf5e032aec46b5e0ac58f4351f05fcb6b /report | |
parent | bbffa52ed893bfca3edc016a05f5b293b171ccea (diff) | |
download | e4-gan-7a7818bda1a72bd1819bc7803cdc02b3af1e103d.tar.gz e4-gan-7a7818bda1a72bd1819bc7803cdc02b3af1e103d.tar.bz2 e4-gan-7a7818bda1a72bd1819bc7803cdc02b3af1e103d.zip |
Change makefile output to cw2
Diffstat (limited to 'report')
-rw-r--r-- | report/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report/makefile b/report/makefile index 636d2f8..b77aca0 100644 --- a/report/makefile +++ b/report/makefile @@ -12,7 +12,7 @@ FLAGS_PDF = --template=template.latex pdf: mkdir -p $(OUTPUT) - pandoc -o $(OUTPUT)/cw1_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) + pandoc -o $(OUTPUT)/cw2_vz215_np1915.pdf $(FLAGS) $(FLAGS_PDF) $(FILES) clean: rm build/* |