view client/Makefile.build @ 597:3704ce844530

Add .dockerignore file
author Tom Gottfried <tom@intevation.de>
date Fri, 07 Sep 2018 14:44:38 +0200
parents 8b66a10aaf8a
children 9f49ae20c54c
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