view client/Makefile.build @ 2844:77cef49d93ca

client: profiles: bottleneck list sorted by country
author Markus Kottlaender <markus@intevation.de>
date Thu, 28 Mar 2019 11:53:19 +0100
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