1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/globhist/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
134 B
Makefile

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