build(striker-ui): rename target build->out to match build output directory name

main
Tsu-ba-me 4 years ago
parent 0c2952a1c7
commit c571a3efda
  1. 4
      striker-ui/Makefile.am

@ -102,12 +102,12 @@ htmldir = $(localstatedir)/www/html
outdir = out outdir = out
# Trigger build target on make call without parameters. # Trigger build target on make call without parameters.
all: build all: out
# Note: the input file to the generate endpoint prefix step must exist in # Note: the input file to the generate endpoint prefix step must exist in
# EXTRA_DIST. # EXTRA_DIST.
# #
build: out:
-@echo "Install node modules (dependencies) prior to building." -@echo "Install node modules (dependencies) prior to building."
npm clean-install --ignore-scripts npm clean-install --ignore-scripts
-@echo "Generate endpoint prefix." -@echo "Generate endpoint prefix."

Loading…
Cancel
Save