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 833770a5f7 Implicit recursiveness and clean rule
All objects defining $(OBJS) will get them and *.a deleted during
make clean.

The all, clean and install rules now implicitly imply their -recursive
counterparts - those will just do nothing in case of $(SUBDIRS) not
defined, so that's ok.
2005-09-15 23:28:56 +02:00

9 lines
132 B
Makefile

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