view client/Makefile.build @ 374:650f0dca5608

Backed out changeset c63200982ce7
author Thomas Junk <thomas.junk@intevation.de>
date Fri, 10 Aug 2018 11:21:34 +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