view client/Makefile.build @ 4302:b86f828df7d6

client: improve validation for morphology classbreaks
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 02 Sep 2019 17:05:17 +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