comparison client/Makefile.build @ 518:02082327f1e2

client makefile: since 5b7a4327f6c0 .env is included in the repo.
author Sascha Wilde <wilde@intevation.de>
date Mon, 27 Aug 2018 16:16:08 +0200
parents 01c5794608e0
children 8b66a10aaf8a
comparison
equal deleted inserted replaced
517:7e45aaec7081 518:02082327f1e2
1 #-*-makefile-*- 1 #-*-makefile-*-
2 # Authors: Sascha Wilde <wilde@intevation.de> 2 # Authors: Sascha Wilde <wilde@intevation.de>
3 3
4 .PHONY: all dependencies clean 4 .PHONY: all dependencies clean
5 5
6 all: dependencies .env 6 all: dependencies
7 yarn build 7 yarn build
8 8
9 dependencies: 9 dependencies:
10 yarn install 10 yarn install
11 11
12 .env:
13 cp .env.sample $@
14
15 clean: 12 clean:
16 rm -rf ../web 13 rm -rf ../web