Edit

thodg/got/regress/packfiles/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-01-14 17:48:32
    Hash : 740c5444
    Message : compile with -Werror

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