Edit

thodg/got/regress/delta/Makefile

Branch :

  • Show log

    Commit

  • Author : Stefan Sperling
    Date : 2018-09-08 16:56:10
    Hash : 079b2f65
    Message : add a Makefile hierarchy which builds the whole show

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