view client/Makefile.build @ 4119:0cf0008070db request_hist_bns

bottleneck import: Use a global transaction with savepoints.
author Sascha Wilde <wilde@intevation.de>
date Wed, 31 Jul 2019 19:08:35 +0200
parents 77202406b1a7
children
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install --check-files

clean:
	rm -rf ../web