1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
elinks/src/session/Makefile
Petr Baudis fffc573769 Use all-l,install-l,clean-l targets in individual makefiles and let
Makefile.lib multiplex the real ones. That's so that the -recursive
ones always come first.
2005-09-16 00:52:54 +02:00

9 lines
160 B
Makefile

-include ../../Makefile.config
OBJS = download.o history.o location.o session.o task.o
all-l: libsession.a
libsession.a: $(OBJS)
-include ../../Makefile.lib