diff options
| author | pjungeblut <paul.jungeblut@gmail.com> | 2014-10-25 17:50:23 +0200 |
|---|---|---|
| committer | pjungeblut <paul.jungeblut@gmail.com> | 2014-10-25 17:50:23 +0200 |
| commit | 0b40aa3bb5c635f253d300e8e2885f751848bed8 (patch) | |
| tree | e2aacd149b7cd820338e7f826f0d05a2e7d8e572 /Makefile | |
| parent | 04703be68216170849bfe5151319ec962d3d072b (diff) | |
adding makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..c3c7848 --- /dev/null +++ b/Makefile @@ -0,0 +1,6 @@ +all: + pdflatex tcr.tex + pdflatex tcr.tex + make clean +clean: + rm -f *~ .*~ *.aux *.log *.backup *.out *.backup *.bbl *.blg *.brf *.idx *.ilg *.ind *.toc *.fls
\ No newline at end of file |
