view client/Makefile.build @ 3240:5240f5440b62

client: implemnt pdf-template for fairwayprofile diagram
author Fadi Abbud <fadi.abbud@intevation.de>
date Fri, 10 May 2019 12:09:24 +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