view client/Makefile.build @ 4056:1ecfe5d015b0

Fixup rev. 4bf1c8d91bac: take new column into account in tests
author Tom Gottfried <tom@intevation.de>
date Thu, 25 Jul 2019 08:06:22 +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