6 lines
59 B
Makefile
6 lines
59 B
Makefile
|
VPATH+= ${TOPDIR}/zlib
|
||
|
|
||
|
SRCS+= zlib_filter.cc
|
||
|
|
||
|
LDADD+= -lz
|