view client/Makefile.build @ 5275:73563c4bba5b wfs-optional-sortby

Slight improvement of log messages for fd import.
author wilde@azure1.rgb.intevation.de
date Tue, 09 Jun 2020 10:43:43 +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