diff --git a/Makefile b/Makefile index 8a8c2e199486175e3e99b466ccd4ca859cfb7afd..52691774492bc553bcd19aa1302b556fdfed1dbd 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ macroprocessor.pdf: macroprocessor.tex old-design.pdf new-design.pdf pdflatex macroprocessor clean: - rm -f macroprocessor.{pdf,toc,aux,log,nav,snm,vrb,out} *~ + rm -f macroprocessor.pdf *.toc *.aux *.log *.nav *.snm *.vrb *.out *~