Edit

thodg/got/regress/delta/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-11-11 13:41:46
    Hash : 91a3d81f
    Message : introduce got errors with custom messages; add one for ERR_NO_OBJ

  • regress/delta/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = delta_test
    SRCS = delta.c error.c opentemp.c path.c inflate.c sha1.c delta_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
    LDADD = -lz
    
    NOMAN = yes
    
    .include <bsd.regress.mk>