mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
fffc573769
Makefile.lib multiplex the real ones. That's so that the -recursive ones always come first.
9 lines
125 B
Makefile
9 lines
125 B
Makefile
-include ../../Makefile.config
|
|
|
|
OBJS = cache.o dialogs.o
|
|
|
|
all-l: libcache.a
|
|
libcache.a: $(OBJS)
|
|
|
|
-include ../../Makefile.lib
|