diff client/Makefile.build @ 1014:77202406b1a7

reverted demo build target, include revision number based on version tag
author Markus Kottlaender <markus@intevation.de>
date Tue, 23 Oct 2018 13:05:47 +0200
parents 9f49ae20c54c
children
line wrap: on
line diff
--- a/client/Makefile.build	Tue Oct 23 12:08:49 2018 +0200
+++ b/client/Makefile.build	Tue Oct 23 13:05:47 2018 +0200
@@ -1,14 +1,11 @@
 #-*-makefile-*-
 # Authors: Sascha Wilde <wilde@intevation.de>
 
-.PHONY: all demo dependencies clean
+.PHONY: all dependencies clean
 
 all:	dependencies
 	yarn build
 
-demo:	dependencies
-	yarn build-demo
-
 dependencies:
 	yarn install --check-files