From 0b8e916ba8a9b3d6ba6e83aa367ecce7ce6828f6 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Sat, 5 Dec 2009 21:29:05 -0200 Subject: [PATCH] Remove temporary verbatim output from pdflatex. --- 01.hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01.hello/Makefile b/01.hello/Makefile index 6758de3..767009f 100644 --- a/01.hello/Makefile +++ b/01.hello/Makefile @@ -10,4 +10,4 @@ all: $(NAME).pdf clean: rm -f $(NAME).pdf $(NAME).tex $(NAME).aux $(NAME).log $(NAME).nav \ - $(NAME).out $(NAME).snm $(NAME).toc + $(NAME).out $(NAME).snm $(NAME).toc $(NAME).vrb -- 2.20.1