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: build:
-@echo "Install node modules (dependencies) prior to building." echo "Install node modules (dependencies) prior to building."
npm clean-install npm clean-install
-@echo "Build front-end project." echo "Build front-end project."
npm run build npm run build

Loading…
Cancel
Save