1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-25 01:05:37 +00:00
elinks/src/viewer/text/Makefile
2023-11-28 15:41:48 +01:00

11 lines
219 B
Makefile

top_builddir=../../..
include $(top_builddir)/Makefile.config
INCLUDES += $(TRE_CFLAGS)
OBJS-$(CONFIG_MARKS) += marks.o
OBJS = draw.o form.o link.o search.o textarea.o view.o vs.o
include $(top_srcdir)/Makefile.lib