Update readme.

This commit is contained in:
Serge Vakulenko
2018-09-10 23:33:30 -07:00
parent 920b426d72
commit b13130a965
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
CC = gcc
VERSION = 0.4
VERSION = 0.5
GITCOUNT = $(shell git rev-list HEAD --count)
CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"'
LDFLAGS = -g -s