view client/Makefile.build @ 560:66073a476baf

If header "X-Use-Protocol" is set by proxy generate https URLS in password resets.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 03 Sep 2018 18:41:19 +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