]> git.armaanb.net Git - stagit.git/blobdiff - Makefile
do not simplify the history by first-parent
[stagit.git] / Makefile
index 1277cb7f795914d7c8cb1e3d9ea6fd0427758cf5..0681a85682a4f6c306bb6a8199748561bd1991b9 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ SRC = \
 COMPATSRC = \
        src/reallocarray.c\
        src/strlcat.c\
-       src/strlcpy.c
+       src/strlcpy.c\
+       src/cp.c
 BIN = \
        stagit\
        stagit-index
@@ -49,7 +50,8 @@ HDR = src/compat.h
 COMPATOBJ = \
        src/reallocarray.o\
        src/strlcat.o\
-       src/strlcpy.o
+       src/strlcpy.o\
+       src/cp.o
 
 OBJ = ${SRC:.c=.o} ${COMPATOBJ}