view client/Makefile.build @ 253:322c3d0e05ef

The column in sys_admin.list_users is called rolname not rolename.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 27 Jul 2018 12:12:48 +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