Edit

thodg/got/regress/packfiles/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/packfiles/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = packfile_test
    SRCS = error.c pack.c repository.c object.c path.c sha1.c \
    	delta.c zb.c packfile_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
    LDADD = -lutil -lz
    DEBUG = -O0 -g
    CFLAGS += -Werror
    
    NOMAN = yes
    
    .include <bsd.regress.mk>