diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-02-13 12:46:54 +0100 |
| commit | a4102d0252236e85b2813160b4b11e3a19a00d62 (patch) | |
| tree | d76601da26d87bad8b40eeabf1b71e6a6f0fbd69 /Makefile | |
| parent | 11626ee425dc307ff1744a357edda72210684c90 (diff) | |
feat: added some refinements to the introduction
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 |
