view client/Makefile.build @ 2350:ed6b0a43d42f

staging: open detailsview for UBN too
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 20 Feb 2019 10:58:32 +0100
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