From a4102d0252236e85b2813160b4b11e3a19a00d62 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Fri, 13 Feb 2026 12:46:54 +0100 Subject: feat: added some refinements to the introduction --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3