diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ CC = cc SRC := $(wildcard src/*.c) OBJ := $(SRC:.c=.o) -GIT_VERSION := $(shell git describe --abbrev=8 --dirty --always --tags) +GIT_VERSION := $(shell git describe --abbrev=8 --always --dirty) CFLAGS = -Isrc/ -O2 -g -Wall -Wextra -std=gnu99 -DVERSION_INFO=\"$(GIT_VERSION)\" |