diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-08-08 15:18:29 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-08-08 15:18:29 +0200 |
commit | bd66b58cded2c2c7e7b7e5d374434d6531dd70de (patch) | |
tree | 00417812b9787ab4492e2c590fcf1bf6f4b576e7 /docs/Simple/Makefile | |
parent | bb64b3aa62267676302e75f0ca44157b514beec4 (diff) | |
download | refcat-bd66b58cded2c2c7e7b7e5d374434d6531dd70de.tar.gz refcat-bd66b58cded2c2c7e7b7e5d374434d6531dd70de.zip |
docs: cleanup and naming
Diffstat (limited to 'docs/Simple/Makefile')
-rw-r--r-- | docs/Simple/Makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/Simple/Makefile b/docs/Simple/Makefile deleted file mode 100644 index 11264f8..0000000 --- a/docs/Simple/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -main.pdf: main.tex - latexindent -w main.tex && rm -f main.bak* - pdflatex main.tex - bibtex main - pdflatex main.tex - pdflatex main.tex - - -.PHONY: clean -clean: - rm -f main.pdf - rm -f main.aux - rm -f main.log - rm -f main.bbl - rm -f main.blg - rm -f main.out - |