view client/Makefile.build @ 552:ac61b03c0eaf

Fixed gesoserv download link to use https.
author Sascha Wilde <wilde@intevation.de>
date Fri, 31 Aug 2018 16:31:34 +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