wk 44 additions

This commit is contained in:
Nareshkumar Rao
2021-11-05 19:32:55 +01:00
parent 61a878cfd0
commit c406c346c1
8 changed files with 64 additions and 9 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# Master Thesis - Latex Source
## Building
The provided Makefile runs pdflatex, and bibtex in order to build the Main.pdf
Simply run
```bash
make
```
To clean the directory from output files, use:
```bash
make clean
```