mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
11 lines
220 B
Makefile
11 lines
220 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
OBJS-$(CONFIG_BZIP2) += bzip2.o
|
|
OBJS-$(CONFIG_GZIP) += gzip.o
|
|
OBJS-$(CONFIG_LZMA) += lzma.o LzmaDecode.o
|
|
|
|
OBJS = encoding.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|