mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-14 05:53:36 -04:00
8 lines
143 B
Makefile
8 lines
143 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS = backend
|
|
OBJS = bookmarks.o dialogs.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|