From 2bfcb09672e3bbf98beef5f73b75b58205818c30 Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Wed, 2 Jun 2021 19:39:44 -0400 Subject: [PATCH] build(striker-ui): correct Makefile separators --- striker-ui/Makefile.am | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/striker-ui/Makefile.am b/striker-ui/Makefile.am index 5f86e54d..ea1b6dbc 100644 --- a/striker-ui/Makefile.am +++ b/striker-ui/Makefile.am @@ -1,9 +1,9 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in -htmldir = $(localstatedir)/www/html +htmldir = $(localstatedir)/www/html build: - -@echo "Install node modules (dependencies) prior to building." - npm clean-install - -@echo "Build front-end project." - npm run build + echo "Install node modules (dependencies) prior to building." + npm clean-install + echo "Build front-end project." + npm run build