From: hackbard Date: Wed, 3 Aug 2011 21:16:57 +0000 (+0200) Subject: added mpi to makefile X-Git-Url: https://hackdaworld.org/gitweb/?p=lectures%2Flatex.git;a=commitdiff_plain;h=55e8012443a5732bca95a44b287662670944b661 added mpi to makefile --- diff --git a/cv/Makefile b/cv/Makefile index 218f893..2542848 100644 --- a/cv/Makefile +++ b/cv/Makefile @@ -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)