1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00
elinks/src/session/Makefile
Witold Filipczyk bb137d12e9 [download] download.cpp -> download.c
elinks's hash instead of C++ map.
2023-11-26 19:09:19 +01:00

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