Rewrite Makefile #2

Merged
tvrdosrz merged 1 commit from master into master 2021-05-12 18:58:43 +02:00

1 commit

Author SHA1 Message Date
Петар Каприш ab81287e27 Rewrite Makefile
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
2021-05-12 18:39:52 +02:00