mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-07 04:53:37 -04:00
7 lines
152 B
Makefile
7 lines
152 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
|
|
OBJS = download.o history.o location.o session.o task.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|