programs/Makefile : better support for GNU conventions

see https://www.gnu.org/prep/standards/html_node/Command-Variables.html
This commit is contained in:
Yann Collet
2017-09-06 16:53:59 -07:00
parent 3a12531a3d
commit baa37c3362
2 changed files with 26 additions and 14 deletions
+2
View File
@@ -7,6 +7,8 @@ in order to make it easier to select or exclude specific features.
#### Building
`Makefile` script is provided, supporting the standard set of commands,
directories, and variables (see https://www.gnu.org/prep/standards/html_node/Command-Variables.html).
- `make` : generates both static and dynamic libraries
- `make install` : install libraries in default system directories