From 87e345bbfbdddda607fe983da07b60c47d1e8181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Valentin=20Mogu=C3=A9rou?= Date: Sat, 30 Oct 2021 15:52:19 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Makefile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2e52245..9c8a0cb 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,7 @@ mrproper: clean install: bin/catwalk @mkdir -p /usr/local/bin/ - cp bin/catwalk /usr/local/bin/ + install -p bin/catwalk /usr/local/bin/ + +uninstall: + rm -f /usr/local/bin/catwalk \ No newline at end of file