diff options
author | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-09-05 10:25:19 +1000 |
---|---|---|
committer | Carlo Zancanaro <carlo@pc-4w14-0.cs.usyd.edu.au> | 2012-09-05 10:25:19 +1000 |
commit | 608cf2e6a2ccc967e82b2b7a9693fd0bafb778fb (patch) | |
tree | 02a4f4136e50af3865df5acefc9174f73004c10a /tex/presentation/thomas/Makefile | |
parent | 35d53c78a4afd739d1246db486f2703e44590eda (diff) |
Delete a lot of tex stuff, better debug info
Some other stuff, too, I think. Oh well. No biggie!
Diffstat (limited to 'tex/presentation/thomas/Makefile')
-rw-r--r-- | tex/presentation/thomas/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tex/presentation/thomas/Makefile b/tex/presentation/thomas/Makefile deleted file mode 100644 index 3aff5de..0000000 --- a/tex/presentation/thomas/Makefile +++ /dev/null @@ -1,7 +0,0 @@ -prog: - pdflatex --shell-escape main - bibtex main - pdflatex --shell-escape main - pdflatex --shell-escape main -clean: - rm -f main.pdf *.aux *.bbl *.blg *.idx *.nav *.snm *.toc *.out *.log |