view client/Makefile.build @ 2393:30b79a36b4a1

Translated using Weblate (Romanian) Currently translated at 94.6% (227 of 240 strings) Translation: Gemma/client Translate-URL: https://hosted.weblate.org/projects/gemma/client/ro/
author MANESCU CARMEN <compania@acn.ro>
date Mon, 25 Feb 2019 11:36:07 +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