todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.59k stars 713 forks source link

Make Makefile more standard #239

Closed ad1217 closed 6 years ago

ad1217 commented 7 years ago

Fixes #221

Adds support for DESTDIR and uninstall. The GNU docs say that prefix should be /usr/local, so that's what I made it, but I'm pretty sure it should be /usr. Also, their docs have a lot of lowercase variables, but most people use uppercase.

karbassi commented 6 years ago

Thanks @ad1217 for this wonderful PR.