Edit

thodg/got/regress/worktree/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-05-19 16:57:12
    Hash : 511a516b
    Message : move got_opentmp* functions to public API; used from tog

  • regress/worktree/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = worktree_test
    SRCS = worktree.c repository.c object.c opentemp.c path.c error.c \
    	reference.c sha1.c pack.c privsep.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 -Wall -Wstrict-prototypes -Wunused-variable
    
    NOMAN = yes
    
    .include <bsd.regress.mk>