summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68541e6..b5f43d5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CC:=gcc
OBJ:=bucts.o
-VERSION:=$(shell git describe)
+VERSION:=withoutgit
ifeq ($(shell uname), FreeBSD)
CFLAGS = -I/usr/local/include