diff 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
line wrap: on
line diff
--- a/client/Makefile.build	Mon Aug 27 15:27:26 2018 +0200
+++ b/client/Makefile.build	Mon Aug 27 16:16:08 2018 +0200
@@ -3,14 +3,11 @@
 
 .PHONY: all dependencies clean
 
-all:	dependencies .env
+all:	dependencies
 	yarn build
 
 dependencies:
 	yarn install
 
-.env:
-	cp .env.sample $@
-
 clean:
 	rm -rf ../web