master-thesis/README.md
Nareshkumar Rao 9365e56e01 add drone
2022-02-03 20:19:56 +01:00

18 lines
375 B
Markdown

# Master Thesis - Latex Source
[![Build Status](https://drone.nareshkumarrao.com/api/badges/naresh/master-thesis/status.svg)](https://drone.nareshkumarrao.com/naresh/master-thesis)
## 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
```