From abbb50e00667f9ef944c94dd86591f467e2bc36e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sun, 31 Oct 2021 10:55:28 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20certaines=20r=C3=A8gles=20=C3=A0?= =?UTF-8?q?=20.PHONY?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout de install et uninstall pour .PHONY --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 179f8bb..7bc2856 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ obj/grid.o: src/grid.c obj/indicators.o: src/indicators.c obj/route.o: src/route.c -.PHONY: clean mrproper +.PHONY: clean mrproper install uninstall clean: rm -rf obj mrproper: clean