view client/Makefile.build @ 2820:d973d6f04eb6

client: spuc7: use newest data entry as right boundary for diagram instead of the selected toDate
author Markus Kottlaender <markus@intevation.de>
date Wed, 27 Mar 2019 11:18:03 +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