We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd0aa7 commit 7c673a1Copy full SHA for 7c673a1
1 file changed
Makefile
@@ -8,7 +8,7 @@ RANLIB?=ranlib
8
9
OTEZIP_OBJS=src/lib/otezip.o
10
11
-all: otezip
+all: otezip libotezip.a
12
13
libotezip.a: src/lib/otezip.o
14
$(AR) rc $@ $(OTEZIP_OBJS)
0 commit comments