Skip to content

Commit

Permalink
cleaner make static library
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Jenner committed Dec 19, 2023
1 parent e393b28 commit 8efc1f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ slow5lib: $(SHAREDLIB) $(STATICLIB)
$(STATICLIB): $(OBJ) $(SVBLIB) $(SVB16LIB)
cp $(SVBLIB) $@
mkdir -p $(BUILD_DIR)/tmp
cp $(SVB16LIB) $(BUILD_DIR)/tmp/tmp.a
cd $(BUILD_DIR)/tmp && $(AR) x tmp.a && cd ../..
cd $(BUILD_DIR)/tmp && $(AR) x ../../$(SVB16LIB) && cd ../..
$(AR) rcs $@ $(OBJ) $(BUILD_DIR)/tmp/*.o
rm -rf $(BUILD_DIR)/tmp

Expand Down

0 comments on commit 8efc1f7

Please sign in to comment.