mirror of
https://github.com/rkd77/elinks.git
synced 2025-04-18 00:47:36 -04:00
10 lines
177 B
Makefile
10 lines
177 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
OBJS-$(CONFIG_BZIP2) += bzip2.o
|
|
OBJS-$(CONFIG_GZIP) += gzip.o
|
|
|
|
OBJS = encoding.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|