diff client/Makefile.build @ 194:cf5dcc1761df

Merged.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 20 Jul 2018 18:32:40 +0200
parents 01c5794608e0
children 02082327f1e2
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/client/Makefile.build	Fri Jul 20 18:32:40 2018 +0200
@@ -0,0 +1,16 @@
+#-*-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