added mpi to makefile
authorhackbard <hackbard@sage.physik.uni-augsburg.de>
Wed, 3 Aug 2011 21:16:57 +0000 (23:16 +0200)
committerhackbard <hackbard@sage.physik.uni-augsburg.de>
Wed, 3 Aug 2011 21:16:57 +0000 (23:16 +0200)
cv/Makefile

index 218f893..2542848 100644 (file)
@@ -3,7 +3,7 @@ LATEX = latex
 BIBTEX = bibtex
 DVIPDF = dvipdf
 
-SRC = cv.tex app_uu.tex references.tex
+SRC = cv.tex app_uu.tex references.tex app_mpi.tex
 PDF = $(SRC:%.tex=%.pdf)
 
 all: $(PDF)