aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAche <ache@ache.one>2016-05-20 04:43:57 +0200
committerAche <ache@ache.one>2016-05-20 04:43:57 +0200
commit1473d3475157953b148e8ff498bc969eb8379b84 (patch)
treef0fb117172361fc0dc3d3a2057dc48ee37e6c0fb
parentunchecked alias todo (diff)
Message info for make install
-rw-r--r--makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/makefile b/makefile
index b74233a..29ff7ba 100644
--- a/makefile
+++ b/makefile
@@ -19,6 +19,7 @@ mrproper: clean
install: todo
[ -e /usr/bin/todo ] && sudo cp todo /usr/bin/todo
+ echo 'Installation success'
uninstall: /usr/bin/todo
rm /usr/bin/todo