made the make docs a bit more friendly...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-02-04 23:51:42 +03:00
parent a1a9a4d481
commit 6232cc58ad
2 changed files with 24 additions and 4 deletions

View File

@ -37,8 +37,14 @@
# - web
#
#
## To print full list of user make targets use:
## $$ make help
## To check for buld/development dependencies that make can't install itself:
## $$ make check
##
## To setup the development environment:
## $$ make dev
##
## To do a default build use:
## $$ make dist
##
## In some cases making things directly starting from a clean directory
## may either fail or use global version of a utility instead of the
@ -48,6 +54,10 @@
## ...
## $$ make dist
##
## To print full list of user make targets use:
## $$ make help
##
##
## Variables to control the build:
## APP_NAME - Application name
## APP_BIN - App binary name (ignored for MacOS)

View File

@ -1,8 +1,14 @@
ImageGrid.Viewer Makefile...
To print full list of user make targets use:
$ make help
To check for buld/development dependencies that make can't install itself:
$ make check
To setup the development environment:
$ make dev
To do a default build use:
$ make dist
In some cases making things directly starting from a clean directory
may either fail or use global version of a utility instead of the
@ -12,6 +18,10 @@ environment and then try again:
...
$ make dist
To print full list of user make targets use:
$ make help
Variables to control the build:
APP_NAME - Application name
APP_BIN - App binary name (ignored for MacOS)