diff --git a/Makefile b/Makefile index a4e8c09276d77c65fc0b875a18c84410fd5a5158..09aa00cbea12d94e5f300d30b1b300bd30520d90 100644 --- a/Makefile +++ b/Makefile @@ -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 \