summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormjkwiatkowski <mati.rewa@gmail.com>2026-05-20 13:49:18 +0200
committermjkwiatkowski <mati.rewa@gmail.com>2026-05-20 13:49:18 +0200
commit91ca6b9411a1675f5735a86ac658833dc78cc382 (patch)
treeb96bf9bf3f973acbc3ec0030c651af98ec0c8101 /Makefile
parenta5a140c6286e8b113ca8d371f88e3ed54e731cea (diff)
feat: finish the context in the introduction
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 921ab19..5317698 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# Configuration
-NAME = my-thesis
+NAME = main
MAIN = main.tex
-BUILD_DIR = temp
+BUILD_DIR = build
# Do not change below this line
# --------------------------------------------------------------------