From 0d48ad962596220297effc6301eda6de4baf04f5 Mon Sep 17 00:00:00 2001 From: Joseph Poirier Date: Sat, 6 Jun 2015 22:18:16 -0500 Subject: [PATCH] replace svnversion with head's hash --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e01a17..3a67d59 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-Wall -pedantic -g -DUNIX_HOST -DVER=\"`svnversion -n`\" +CFLAGS=-Wall -pedantic -g -DUNIX_HOST -DVER=\"`git show-ref --abbrev=8 --head --hash head`\" LIBS=-lm -lreadline TARGET = picoc