view client/Makefile.build @ 4385:610773d34e4f

hydrological_conditions: decouple diagram from dialogue
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 12 Sep 2019 15:06:53 +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