diff Makefile @ 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 f7a32b0b9235
line wrap: on
line diff
--- a/Makefile	Tue Oct 23 12:08:49 2018 +0200
+++ b/Makefile	Tue Oct 23 13:05:47 2018 +0200
@@ -14,12 +14,10 @@
 
 3rdpartylibs-stamp := $(BUILDBASE)/3rdpartylibs-build
 
-.PHONY: all demo 3rdpartylibs gemma client clientdemo clean
+.PHONY: all 3rdpartylibs gemma client clean
 
 all: gemma client
 
-demo: gemma clientdemo
-
 $(ENVWARPPER):
 	@echo "Preparing go build environment:"
 	mkdir -p "$(GOCACHE)"
@@ -45,9 +43,6 @@
 client:
 	$(MAKE) -f Makefile.build -C client
 
-clientdemo:
-	$(MAKE) demo -f Makefile.build -C client
-
 install: gemma
 	cp cmd/gemma/gemma $(BINDIR)