some more work

This commit is contained in:
2020-02-01 10:27:51 +01:00
parent e16429b228
commit 23f05c6b1f
4 changed files with 166 additions and 1 deletions

View File

@@ -6,9 +6,11 @@ chapters=chapters/introduction.tex \
chapters/quantum_computing.tex \
chapters/stabilizer.tex
cover=cover.png
all: main.pdf
main.pdf: main.tex main.bib $(chapters)
main.pdf: main.tex main.bib $(cover) $(chapters)
$(latex) main
$(bibtex) main
$(latex) main