view client/Makefile.build @ 2735:3c2ac140ad30

identify_tool: zoom to BBox PoC implemented
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 19 Mar 2019 16:32:07 +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