Rewrite Makefile #2

Merged
tvrdosrz merged 1 commit from master into master 2021-05-12 18:58:43 +02:00
tvrdosrz commented 2021-05-12 18:51:31 +02:00 (Migrated from gitlab.com)

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

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
zeitgeizt commented 2021-05-12 18:58:46 +02:00 (Migrated from gitlab.com)

mentioned in commit 1187d49679

mentioned in commit 1187d49679eaf4357c68c311c760a371a6ea453c
zeitgeizt (Migrated from gitlab.com) merged commit 1187d49679 into master 2021-05-12 18:58:48 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: brk/fetchy#2
No description provided.