Nicolas Dechesne d42cf61564 Makefile: implement GNU Coding Standard for Makefiles
GNU coding standards notably specifies:
* install files with the $(DESTDIR) to the target system image
* install files with the $(prefix), not $(PREFIX)
* the default value of $(prefix) should be /usr/local

as per https://www.gnu.org/prep/standards/html_node/Directory-Variables.html.

Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2016-06-05 22:00:13 +02:00
2016-06-02 10:27:42 -07:00
2016-06-02 10:26:43 -07:00
2016-02-07 09:27:50 -08:00
Description
No description provided
BSD-3-Clause 96 KiB
Languages
C 99.4%
Makefile 0.6%