From 6fa9d52277a76a1bace7458d8ed91acf8c94c0c1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 14 Feb 2015 00:56:43 +0000 Subject: Makefile: don't use git --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1