build(striker-ui): correct Makefile separators

main
Tsu-ba-me 4 years ago
parent fd14a4d9d3
commit 2bfcb09672
  1. 12
      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

Loading…
Cancel
Save