some more work
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user