replace svnversion with head's hash

This commit is contained in:
Joseph Poirier 2015-06-06 22:18:16 -05:00
parent 2d7683487e
commit 0d48ad9625

View file

@ -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