view client/Makefile.build @ 3165:891705431545

client: map zoom controls: each map has it's own independent contrls now Of course if maps are synced, zooming one still effects the other one.
author Markus Kottlaender <markus@intevation.de>
date Mon, 06 May 2019 14:27:54 +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