view client/Makefile.build @ 3179:6ddd3755350c

client: fix the rendering of diagram on pdf by splitscreen case (waterlevels) * draw the full diagram on pdf if two diagrams are schown on the screen
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 07 May 2019 13:08:03 +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