Makefile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 9f16dc1..efc344e 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,6 @@ -VERSION=$(shell git describe --abbrev=4 --dirty --always --tags;) -ifeq ($(shell git rev-list $(shell git describe --abbrev=0 --tags --exclude '*dev';)..HEAD --count;), 0) - IS_RELEASE=1 -else - IS_RELEASE=0 -endif +VER=0.12 +RELEASE=v$(VER) +IS_RELEASE=1 CC ?= gcc CFLAGS ?= -Wall -ggdb