mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
made the make docs a bit more friendly...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a1a9a4d481
commit
6232cc58ad
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user