view client/Makefile.build @ 3050:c739b81b8f41

client: gauge waterlevel diagram: fixed date extent was set to startOfDay, leading to a gap in the chart if the first result is not at 0:00.
author Markus Kottlaender <markus@intevation.de>
date Mon, 15 Apr 2019 16:58:36 +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