Rewrite Makefile #2
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Makefile was rewritten in a more usual fashion, using make variables
and prerequisites in the expected manner. The install destination was
changed from /bin to the more typical /usr/local/bin.
When this program is packaged, this destination should be changed to
/usr/bin, since packaged programs are usually meant to be in this
directory, they could be overwritten with a call such as:
make PREFIX=/usr install
mentioned in commit
1187d49679