From 1256d8a9994b8958a8af31cbec7a5f302241840c Mon Sep 17 00:00:00 2001 From: Ache Date: Fri, 20 May 2016 04:39:37 +0200 Subject: Makefile update --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index d177b65..b74233a 100644 --- a/makefile +++ b/makefile @@ -17,7 +17,8 @@ mrproper: clean /usr/bin/todo: todo cp ./todo /usr/bin/ -install: /usr/bin/todo +install: todo + [ -e /usr/bin/todo ] && sudo cp todo /usr/bin/todo uninstall: /usr/bin/todo rm /usr/bin/todo -- cgit v1.2.3