summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-02-13 12:46:54 +0100
committermjkwiatkowski <mati.rewa@gmail.com>2026-02-13 12:46:54 +0100
commita4102d0252236e85b2813160b4b11e3a19a00d62 (patch)
treed76601da26d87bad8b40eeabf1b71e6a6f0fbd69 /Makefile
parent11626ee425dc307ff1744a357edda72210684c90 (diff)
feat: added some refinements to the introduction
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