wallet-core/packages/merchant-backoffice-ui/Makefile
2023-06-05 09:42:10 -03:00

16 lines
376 B
Makefile

# This Makefile has been placed in the public domain
# Settings from "./configure"
include .config.mk
all:
@echo run \'make install\' to install
spa_dir=$(prefix)/share/taler/merchant-backoffice
install:
pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice...
pnpm run build
(cd dist/prod && find . -type f -exec install -D "{}" "$(spa_dir)/{}" \;)