diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,7 +1,7 @@ # Configuration -NAME = Thesis -MAIN = thesis.tex -BUILD_DIR = build +NAME = my-thesis +MAIN = main.tex +BUILD_DIR = temp # Do not change below this line # -------------------------------------------------------------------- @@ -60,4 +60,5 @@ main.pdf\\n\ .idea\\n\ out\\n\ *.zip\\n\ -build" > .gitignore +build\\n\ +temp" > .gitignore |
