1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-02 02:15:28 +00:00
elinks/src/cache/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
125 B
Makefile

-include ../../Makefile.config
OBJS = cache.o dialogs.o
all-l: libcache.a
libcache.a: $(OBJS)
-include ../../Makefile.lib