view client/Makefile.build @ 559:f827dc4f3e95

Use stdlib for basic auth instead og home brew in GeoServer config.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 03 Sep 2018 18:00:38 +0200
parents 02082327f1e2
children 8b66a10aaf8a
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all dependencies clean

all:	dependencies
	yarn build

dependencies:
	yarn install

clean:
	rm -rf ../web