summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2015-02-14 00:56:43 +0000
committerLeah Rowe <info@minifree.org>2017-03-14 13:01:47 +0000
commit6fa9d52277a76a1bace7458d8ed91acf8c94c0c1 (patch)
treed568955a7710a73e139cc191b637ebd272da479b
parentdc27919d7a66a6e8685ce07c71aefa4f03ef7c07 (diff)
Makefile: don't use gitHEADmaster
-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