Edit

thodg/got/regress/packfiles/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-01-19 18:04:01
    Hash : d22131b7
    Message : fix build

  • regress/packfiles/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = packfile_test
    SRCS = error.c pack.c repository.c object.c path.c sha1.c \
    	delta.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>