Edit

thodg/got/regress/delta/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-01-27 01:05:56
    Hash : 885d3e02
    Message : implement delta combiner and a small test suite for it

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