Edit

thodg/got/regress/repository/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-01-26 18:13:01
    Hash : 4ca7b755
    Message : Move zlib wrapper/buffering code into a separate file.

  • regress/repository/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = repository_test
    SRCS = path.c repository.c error.c refs.c object.c sha1.c diff.c \
    	diffreg.c pack.c delta.c zb.c repository_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include
    LDADD = -lutil -lz
    DEBUG = -O0 -g
    CFLAGS += -Werror
    
    NOMAN = yes
    
    .include <bsd.regress.mk>