diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-05-28 16:12:34 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-05-28 16:12:34 +1000 |
commit | 72b70a4ff7dad8185eb2dd652bdd2983b829930a (patch) | |
tree | d9cd8c92030dfe4c41d5480612dd0f2df74e5ce1 /tex/outline/Makefile | |
parent | ea05c9c5fa30b8822f618e861d12a09df1f8f017 (diff) | |
parent | 7c6700343578ad0a2acab48fcb4ef0cbb1a370b9 (diff) |
Merge branch 'master' of ssh://bitbucket.org/czan/honours
Conflicts:
impl/IdSet.hpp
impl/main.cpp
impl/systems/long-fixpoint
Diffstat (limited to 'tex/outline/Makefile')
-rw-r--r-- | tex/outline/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tex/outline/Makefile b/tex/outline/Makefile new file mode 100644 index 0000000..66eb399 --- /dev/null +++ b/tex/outline/Makefile @@ -0,0 +1,8 @@ +all: + pdflatex main.tex + bibtex main + pdflatex main.tex + pdflatex main.tex + +clean: + rm -f *.bbl *.aux *.blg *.log *.pdf *.out |