view client/Makefile.build @ 1010:8f23ec811afb

Fixed and harmonized wording in importer queue a bit.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 23 Oct 2018 10:14:41 +0200
parents 9f49ae20c54c
children 77202406b1a7
line wrap: on
line source

#-*-makefile-*-
# Authors: Sascha Wilde <wilde@intevation.de>

.PHONY: all demo dependencies clean

all:	dependencies
	yarn build

demo:	dependencies
	yarn build-demo

dependencies:
	yarn install --check-files

clean:
	rm -rf ../web