Makefile doc cleanup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-03-23 00:22:59 +03:00
parent 054f3c8120
commit 4a2daa3c55
2 changed files with 6 additions and 13 deletions

View File

@ -1,8 +1,8 @@
#********************************************************************** #**********************************************************************
## ##
## ImageGrid.Viewer Makefile... ## ImageGrid.Viewer Makefile
##
## ##
#
# Make dependencies that need to be installed (make check): # Make dependencies that need to be installed (make check):
# - make basics # - make basics
# - bash # - bash
@ -82,8 +82,6 @@
## ##
## NOTE: when setting variables avoid using spaces and other characters ## NOTE: when setting variables avoid using spaces and other characters
## make can get fussy about... ## make can get fussy about...
## NOTE: to do a repack build call:
## (export BUILD_MODE=repack && make)
# NOTE: in most cases we do not add a "/" to target dirs to destinguish # NOTE: in most cases we do not add a "/" to target dirs to destinguish
# them from target files except for one case: # them from target files except for one case:
# $(BUILD_DIR)/$(APP_NAME)-%/ # $(BUILD_DIR)/$(APP_NAME)-%/
@ -117,7 +115,7 @@
## # build in repack mode... ## # build in repack mode...
## $$ BUILD_MODE=repack make dist ## $$ BUILD_MODE=repack make dist
## ##
## # build for darwin... (EXPERIMENTAL) ## # build for darwin/macOS... (EXPERIMENTAL)
## $$ TARGET_OS=darwin make clean dist ## $$ TARGET_OS=darwin make clean dist
## ##
## # run with Devtools started... ## # run with Devtools started...
@ -126,8 +124,6 @@
## # force show the main window... ## # force show the main window...
## $$ IMAGEGRID_FORCE_SHOW=1 make run ## $$ IMAGEGRID_FORCE_SHOW=1 make run
## ##
##
##
# #
# #
#---------------------------------------------------------------------- #----------------------------------------------------------------------

View File

@ -1,5 +1,6 @@
ImageGrid.Viewer Makefile... ImageGrid.Viewer Makefile
To check for buld/development dependencies that make can't install itself: To check for buld/development dependencies that make can't install itself:
$ make check $ make check
@ -46,8 +47,6 @@ Variables to help with troubleshooting:
NOTE: when setting variables avoid using spaces and other characters NOTE: when setting variables avoid using spaces and other characters
make can get fussy about... make can get fussy about...
NOTE: to do a repack build call:
(export BUILD_MODE=repack && make)
NOTE: cross compilation is at this time not supported, if you try it NOTE: cross compilation is at this time not supported, if you try it
and it works then 1) you got very lucky and 2) tell me about it =) and it works then 1) you got very lucky and 2) tell me about it =)
...at least the node native packages (sharp) will likely either ...at least the node native packages (sharp) will likely either
@ -76,7 +75,7 @@ Examples:
# build in repack mode... # build in repack mode...
$ BUILD_MODE=repack make dist $ BUILD_MODE=repack make dist
# build for darwin... (EXPERIMENTAL) # build for darwin/macOS... (EXPERIMENTAL)
$ TARGET_OS=darwin make clean dist $ TARGET_OS=darwin make clean dist
# run with Devtools started... # run with Devtools started...
@ -86,8 +85,6 @@ Examples:
$ IMAGEGRID_FORCE_SHOW=1 make run $ IMAGEGRID_FORCE_SHOW=1 make run
Help and info: Help and info:
help: Print make target help and exit help: Print make target help and exit
version: Print version and exit version: Print version and exit