view client/Makefile.build @ 615:4ffdb922db44

Document adding of external OGC services.
author Tom Gottfried <tom@intevation.de>
date Mon, 10 Sep 2018 19:12:24 +0200
parents 8b66a10aaf8a
children 9f49ae20c54c
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