view client/Makefile.build @ 579:642df1164aca

Ensure gauges are identified by appropriate ISRS location code The Object Reference Code ist checked according to section I.3.4 Waterway Gauge of the RIS-Index Encoding Guide.
author Tom Gottfried <tom@intevation.de>
date Thu, 06 Sep 2018 16:15:38 +0200
parents 02082327f1e2
children 8b66a10aaf8a
line wrap: on
line source

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

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install

clean:
	rm -rf ../web