view client/Makefile.build @ 1969:545c2fd51ce5

Translated using Weblate (Croatian) Currently translated at 11.7% (26 of 222 strings) Translation: Gemma/client Translate-URL: https://hosted.weblate.org/projects/gemma/client/hr/
author Andrija Spaic <andrija.spaic@vodniputovi.hr>
date Wed, 23 Jan 2019 12:11:28 +0000
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