view client/Makefile.build @ 427:e4b961315e9f

feat: Pagination added to usermanagement
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 16 Aug 2018 17:49:24 +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