view client/Makefile.build @ 1400:7ba1de867c8d

client: fix Makefile for translations * Fix location of translations.json in Makefile, which was forgotten when reorganising the directory.
author Fadi Abbud <fadi.abbud@intevation.de>
date Wed, 28 Nov 2018 15:56:38 +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