Skip to content

Commit 7c673a1

Browse files
committed
Also build the archive
1 parent fdd0aa7 commit 7c673a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RANLIB?=ranlib
88

99
OTEZIP_OBJS=src/lib/otezip.o
1010

11-
all: otezip
11+
all: otezip libotezip.a
1212

1313
libotezip.a: src/lib/otezip.o
1414
$(AR) rc $@ $(OTEZIP_OBJS)

0 commit comments

Comments
 (0)