17 lines
225 B
Markdown
17 lines
225 B
Markdown
# 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
|
|
```
|
|
|