view client/Makefile.build @ 4815:69657aab46ec

translation: merge translations from weblate
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 30 Oct 2019 11:31:12 +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