From 1fffe7898c670c56ee5d347714129150c5073a63 Mon Sep 17 00:00:00 2001 From: Rajeesh K Nambiar Date: Mon, 25 Mar 2013 19:06:06 +0100 Subject: Makefile: clean auxiliary files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a77f6e1..a361e4f 100644 --- a/Makefile +++ b/Makefile @@ -6,4 +6,4 @@ Logbook.pdf: Logbook.tex *.tex *.sty xdg-open $@ clean: - rm -f Logbook.{pdf,aux,toc,log} + rm -f Logbook.pdf *.{aux,toc,log,out} -- cgit