mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
9 lines
192 B
Makefile
9 lines
192 B
Makefile
top_builddir=../../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
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
|