comparison PoliMI2012/Makefile @ 5:f8c352d9af2d

take care of filename capitalzation
author Carlo de Falco <cdf@users.sourceforge.net>
date Thu, 08 Nov 2012 10:48:05 +0100
parents 0a1567794b40
children
comparison
equal deleted inserted replaced
4:0a1567794b40 5:f8c352d9af2d
6 pdflatex $*.tex 6 pdflatex $*.tex
7 pdflatex $*.tex 7 pdflatex $*.tex
8 pdflatex $*.tex 8 pdflatex $*.tex
9 9
10 clean: 10 clean:
11 $(RM) -f *.aux *.log *.nav *.out *.snm *.toc *~ *.backup 11 $(RM) -f *.aux *.log *.nav *.out *.snm *.toc *~ *.backup *.vrb
12 12
13 distclean: clean 13 distclean: clean
14 $(RM) -f $(SLIDES) 14 $(RM) -f $(SLIDES)