view client/Makefile.build @ 3588:cffa99aa523c

client: systemconfiguration: made container scrollable for more configuration options
author Markus Kottlaender <markus@intevation.de>
date Tue, 04 Jun 2019 12:12:30 +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