fix numeric in macro

This commit is contained in:
Joseph Poirier 2015-06-06 22:32:34 -05:00
parent 7c709e69b7
commit 4165f0d2a8

View file

@ -1,5 +1,5 @@
CC=gcc
CFLAGS=-Wall -pedantic -g -DUNIX_HOST -DVER=\"`git show-ref --abbrev=8 --head --hash head`\" -DTAG\"`git describe --abbrev=0 --tags`\"
CFLAGS=-Wall -pedantic -g -DUNIX_HOST -DVER=\"`git show-ref --abbrev=8 --head --hash head`\" -DTAG=\"`git describe --abbrev=0 --tags`\"
LIBS=-lm -lreadline
TARGET = picoc