Edit

thodg/got/regress/worktree/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-03-11 13:59:29
    Hash : c48c4a9c
    Message : implement fileindex entry open/close

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