mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
7f312c546c
as submodules
8 lines
149 B
Makefile
8 lines
149 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
SUBDIRS = dump text
|
|
OBJS = action.o timer.o viewer.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|