From c571a3efda41854d8ca4a11a0654da491d4f6b57 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Fri, 4 Jun 2021 15:26:35 -0400 Subject: [PATCH] build(striker-ui): rename target build->out to match build output directory name --- striker-ui/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index b684298f..168d78b1 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -102,12 +102,12 @@ htmldir = $(localstatedir)/www/html outdir = out # 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 # EXTRA_DIST. # -build: +out: -@echo "Install node modules (dependencies) prior to building." npm clean-install --ignore-scripts -@echo "Generate endpoint prefix."