Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jessexknight committed Nov 24, 2021
1 parent c2d7742 commit a783d83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/api/makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
full:
pdflatex main ; for aux in *.aux; do bibtex $$aux; done ; pdflatex main
make tex ; make bib ; make tex ; make tex

simple:
tex:
pdflatex main

bib:
for aux in *.aux; do bibtex $$aux; done

cover:
cd cl && pdflatex cover

Expand Down

0 comments on commit a783d83

Please sign in to comment.