Edit

thodg/got/regress/delta/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-03-11 13:17:56
    Hash : a76a38d9
    Message : rename zb.c to zbuf.c

  • regress/delta/Makefile
  • .PATH:${.CURDIR}/../../lib
    
    PROG = delta_test
    SRCS = delta.c error.c path.c zbuf.c delta_test.c
    
    CPPFLAGS = -I${.CURDIR}/../../include -I${.CURDIR}/../../lib
    LDADD = -lz
    DEBUG = -O0 -g
    CFLAGS += -Werror
    
    NOMAN = yes
    
    .include <bsd.regress.mk>