Skip to content
Snippets Groups Projects
Commit d78e5379 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

stop makefile running each time

parent b234f44c
No related branches found
No related tags found
No related merge requests found
filename=example
output: ${filename}.pdf
pdflatex ${filename}.tex
${filename}.pdf:
${filename}.pdf: ${filename}.tex bind.sty monsters.sty
pdflatex ${filename}.tex
new:
if [ ! -d .git ] && [ -e ../.git ]
......@@ -9,4 +8,4 @@ new:
cp -n main.tex .gitignore ..
fi
clean:
rm -r *.{aux,toc,acn,acr,log,ptc,out,idx,ist,alg,glo} 2>/dev/null
rm -r *.{pdf,aux,toc,acn,acr,log,ptc,out,idx,ist,alg,glo} 2>/dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment