1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00
This commit is contained in:
Petr Baudis 2005-09-16 12:12:07 +02:00
parent 2d0fbb24cf
commit 4130c42bc9

View File

@ -11,7 +11,7 @@ endif
OBJS = encoding.o bzip2.o gzip.o
all-l: libencoding.o
all-l: libencoding.a
libencoding.a: $(OBJS)
include $(path_to_top)/Makefile.lib