mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
more tweaking...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bed106a484
commit
8022c49f8a
@ -104,10 +104,11 @@
|
||||
#
|
||||
#
|
||||
#**********************************************************************
|
||||
.SECONDEXPANSION:
|
||||
# basic configuration...
|
||||
|
||||
#SHELL := $(shell which bash)
|
||||
.SECONDEXPANSION:
|
||||
|
||||
SHELL := $(shell which bash)
|
||||
|
||||
|
||||
|
||||
@ -270,17 +271,18 @@ DEPENDENCIES = node npm wget sed printf fgrep zip unzip zipnote git \
|
||||
# help generator...
|
||||
#
|
||||
# Help syntax:
|
||||
# ## Normal help text...
|
||||
# "## Normal help text..."
|
||||
#
|
||||
# ### Section title...
|
||||
# "### Section title..."
|
||||
#
|
||||
# ##----- Section title ---
|
||||
# "##----- Section title ---"
|
||||
#
|
||||
.PHONY: help
|
||||
help:
|
||||
@IFS=$$'\n' ; \
|
||||
help_lines=(`fgrep -h "##" $(MAKEFILE_LIST) \
|
||||
| fgrep -v fgrep \
|
||||
| fgrep -v '"##' \
|
||||
| sed -e 's/\\$$//'`); \
|
||||
for help_line in $${help_lines[@]}; do \
|
||||
IFS=$$'#' ; \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user