diff --git a/Makefile b/Makefile index 0609315..d1f5f96 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version := $(shell git describe) +version := $(shell git describe --dirty) push.so: push.cpp sed -i -e "s|PUSHVERSION \".*\"|PUSHVERSION \"$(version)\"|" push.cpp