mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 18:00:09 +00:00
now first run warnings are going to stderr...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
a9f5f76959
commit
054f3c8120
@ -189,9 +189,8 @@ FIRST_RUN := $(if $(filter node_modules,$(wildcard *)),,1)
|
||||
NPX := npx --yes
|
||||
|
||||
|
||||
|
||||
# Warn user...
|
||||
_ := $(if $(FIRST_RUN), $(info \
|
||||
_ := $(if $(FIRST_RUN), $(warning \
|
||||
Missing ./node_modules/: Running make on a clean repository may take \
|
||||
some time... ))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user