diff --git a/Makefile b/Makefile index 7dddebe..f8b6dfc 100644 --- a/Makefile +++ b/Makefile @@ -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