Fix windows issues.

This commit is contained in:
Serge Vakulenko
2018-09-07 23:38:52 -07:00
parent 18a22a48b6
commit f765b68586
5 changed files with 16 additions and 10 deletions

View File

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