]> git.armaanb.net Git - stagit.git/blobdiff - Makefile
premature version bumperation, 0.4 (unreleased)
[stagit.git] / Makefile
index eff0f5a3d0a702353168b6aa9110bf58b5d62ddd..481cf05edc47626e1b04a4c28e372b97b84beb80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,12 @@
 include config.mk
 
 NAME = stagit
-VERSION = 0.2
+VERSION = 0.4
 SRC = \
        stagit.c\
        stagit-index.c
 COMPATSRC = \
+       reallocarray.c\
        strlcat.c\
        strlcpy.c
 BIN = \
@@ -20,6 +21,11 @@ DOC = \
        TODO
 HDR = compat.h
 
+COMPATOBJ = \
+       reallocarray.o\
+       strlcat.o\
+       strlcpy.o
+
 OBJ = ${SRC:.c=.o} ${COMPATOBJ}
 
 all: $(BIN)