From 55e8012443a5732bca95a44b287662670944b661 Mon Sep 17 00:00:00 2001 From: hackbard Date: Wed, 3 Aug 2011 23:16:57 +0200 Subject: [PATCH 1/1] added mpi to makefile --- cv/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.20.1