view client/Makefile.build @ 4294:c8b18408cc55

client: show Nash Sutcliffe on waterlevel-diagram only if now in the selected time range
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 30 Aug 2019 16:11:15 +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