view client/Makefile.build @ 486:b2dc9c2f69e0 metamorph-for-all

First stab to use the metamorphic db to do all database stuff.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 24 Aug 2018 13:56:06 +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