mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-15 06:03:38 -04:00
8 lines
138 B
Makefile
8 lines
138 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS = backend
|
|
OBJS = dialogs.o mime.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|