view client/Makefile.build @ 816:cd79f62794dd

client: prepare survey selection * Add a new component Morphtool that will show an icon, if a bottleneck was identified. A click on the icon removes the selectedFeatures again.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 27 Sep 2018 17:38:28 +0200
parents 8b66a10aaf8a
children 9f49ae20c54c
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