From 995b1d081478a1f52e093fd4cb5b3469d0d05405 Mon Sep 17 00:00:00 2001 From: Emmanuel Garette Date: Tue, 5 Feb 2013 16:57:30 +0100 Subject: [PATCH] makefile : ajout de tc1 et tc2 --- modules_EOLE_envole/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules_EOLE_envole/Makefile b/modules_EOLE_envole/Makefile index 9528a04..85a09d3 100644 --- a/modules_EOLE_envole/Makefile +++ b/modules_EOLE_envole/Makefile @@ -12,6 +12,14 @@ amon-sphynx: pdflatex amon-sphynx.tex pdflatex amon-sphynx.tex +tronc-commun-1: + pdflatex tronc-commun-1.tex + pdflatex tronc-commun-1.tex + +tronc-commun-2: + pdflatex tronc-commun-2.tex + pdflatex tronc-commun-2.tex + clean: find . -name '*.log' -delete find . -name '*.out' -delete