Skip to content

Commit

Permalink
Write an index into the archive
Browse files Browse the repository at this point in the history
pleroy committed Mar 13, 2020
1 parent 4676b33 commit efb809e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ clean:
$(LIBDIR)/libzfp.a: $(OBJECTS)
mkdir -p $(LIBDIR)
rm -f $@
ar rc $@ $^
ar src $@ $^

$(LIBDIR)/libzfp.so: $(OBJECTS)
mkdir -p $(LIBDIR)

0 comments on commit efb809e

Please sign in to comment.