Skip to content
Snippets Groups Projects
Unverified Commit c4ca4b6a authored by Malin Freeborn's avatar Malin Freeborn
Browse files

add rules to makefile

parent 7b4434e5
Branches
No related tags found
No related merge requests found
......@@ -11,8 +11,10 @@ test.pdf:
pdflatex -shell-escape test.tex
resources.pdf:
pdflatex -shell-escape resources.tex
rules.pdf:
pdflatex -shell-escape rules.tex
all: docs.pdf test.pdf resources.pdf
all: docs.pdf test.pdf resources.pdf rules.pdf
clean:
rm -rf *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo \
*.slo \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment