summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index a0f9602..921ab19 100644
--- a/Makefile
+++ b/Makefile
@@ -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