build(striker-ui): correct Makefile separators

main
Tsu-ba-me 4 years ago
parent fd14a4d9d3
commit 2bfcb09672
  1. 4
      striker-ui/Makefile.am

@ -3,7 +3,7 @@ MAINTAINERCLEANFILES = Makefile.in
htmldir = $(localstatedir)/www/html
build:
-@echo "Install node modules (dependencies) prior to building."
echo "Install node modules (dependencies) prior to building."
npm clean-install
-@echo "Build front-end project."
echo "Build front-end project."
npm run build

Loading…
Cancel
Save