aboutsummaryrefslogtreecommitdiffstats
path: root/docs/Simple/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-08-08 15:18:29 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-08-08 15:18:29 +0200
commitbd66b58cded2c2c7e7b7e5d374434d6531dd70de (patch)
tree00417812b9787ab4492e2c590fcf1bf6f4b576e7 /docs/Simple/Makefile
parentbb64b3aa62267676302e75f0ca44157b514beec4 (diff)
downloadrefcat-bd66b58cded2c2c7e7b7e5d374434d6531dd70de.tar.gz
refcat-bd66b58cded2c2c7e7b7e5d374434d6531dd70de.zip
docs: cleanup and naming
Diffstat (limited to 'docs/Simple/Makefile')
-rw-r--r--docs/Simple/Makefile17
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
-