view client/Makefile.build @ 3960:4268bb8e2839

clinet: pdf-gen: fix addText function in pdftool * set default width value to avoid stop rendering of elements if its missed in the template-definition
author Fadi Abbud <fadi.abbud@intevation.de>
date Tue, 16 Jul 2019 16:54:55 +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