From 90d6a26a2dfbb9ed91027905956b0df75919fcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poulain?= Date: Mon, 18 May 2020 15:55:46 +0200 Subject: [PATCH] =?UTF-8?q?am=C3=A9lioration=20du=20makefile=20;=20ajoute?= =?UTF-8?q?=20une=20cible=20de=20rebuild?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 6a09b56..e444553 100644 --- a/Makefile +++ b/Makefile @@ -63,3 +63,9 @@ mrproper: clean rm -fv guide.pdf guide_libre_asso.* version_html/guide.html ${IMG_PNG_SMALL} ${IMG_JPG_SMALL} distclean: mrproper + +rebuild: + rm -fv guide_libre_asso.wiki guide_libre_asso.tex + make all + +.PHONY: all clean mrproper distclean rebuild