view client/Makefile.build @ 413:a9440a4826aa

refactor: display errormessages refactored to own lib
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 15 Aug 2018 17:13:28 +0200
parents 01c5794608e0
children 02082327f1e2
line wrap: on
line source

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

.PHONY: all dependencies clean

all:	dependencies .env
	yarn build

dependencies:
	yarn install

.env:
	cp .env.sample $@

clean:
	rm -rf ../web