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

fix make clean

parent 815e2399
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ new:
cp -n main.tex .gitignore ..
fi
clean:
rm -r *.{pdf,aux,toc,acn,acr,log,ptc,out,idx,ist,alg,glo} 2>/dev/null
rm -f *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment