mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
833770a5f7
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.
9 lines
132 B
Makefile
9 lines
132 B
Makefile
-include ../../Makefile.config
|
|
|
|
OBJS = globhist.o dialogs.o
|
|
|
|
all: libglobhist.a
|
|
libglobhist.a: $(OBJS)
|
|
|
|
-include ../../Makefile.lib
|