comparison client/Makefile.build @ 191:01c5794608e0

Added simple makefiles to build back end and client.
author Sascha Wilde <wilde@intevation.de>
date Fri, 20 Jul 2018 17:41:44 +0200
parents
children 02082327f1e2
comparison
equal deleted inserted replaced
189:96bb671cdd98 191:01c5794608e0
1 #-*-makefile-*-
2 # Authors: Sascha Wilde <wilde@intevation.de>
3
4 .PHONY: all dependencies clean
5
6 all: dependencies .env
7 yarn build
8
9 dependencies:
10 yarn install
11
12 .env:
13 cp .env.sample $@
14
15 clean:
16 rm -rf ../web