Skip to content

Commit

Permalink
remove ar from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
evanbiederstedt committed Sep 30, 2020
1 parent 59ffb9d commit 415c9a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/n2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ LIB = ../libn2.a
lib: $(LIB)

$(LIB): base.o hnsw.o hnsw_node.o distance.o heuristic.o mmap.o
ar rvs $@ $?


clean:
Expand Down

0 comments on commit 415c9a3

Please sign in to comment.