Edit

thodg/got/regress/repository/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-04-01 14:28:17
    Hash : 5a83d54e
    Message : verify diff output in blob diff test

  • 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 zbuf.c repository_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
    LDADD = -lutil -lz
    DEBUG = -O0 -g
    CFLAGS += -Werror -Wall -Wstrict-prototypes -Wunused-variable
    
    NOMAN = yes
    
    .include <bsd.regress.mk>