view client/Makefile.build @ 2780:5850ac0f9ab6

Axis import: do not fail if one item fails.
author Tom Gottfried <tom@intevation.de>
date Fri, 22 Mar 2019 14:20:08 +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