Write only as much contactsCSV as needed.

This commit is contained in:
Serge Vakulenko
2018-09-05 21:24:23 -07:00
parent 5144316fb9
commit 6691c9462b
2 changed files with 18 additions and 9 deletions

View File

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