aboutsummaryrefslogtreecommitdiff
path: root/packages/aml-backoffice-ui/Makefile
blob: ddbef73b3559d09fce376c325012c75a610a343e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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/aml-backoffice-ui

install:
	pnpm install --frozen-lockfile --filter @gnu-taler/aml-backoffice-ui...
	pnpm run check
	pnpm run build
	install -d $(spa_dir)
	install ./dist/prod/* $(spa_dir)