mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-15 06:03:38 -04:00
9 lines
148 B
Makefile
9 lines
148 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS-$(CONFIG_NLS) += gettext
|
|
|
|
OBJS = charsets.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|