Commit f841bbab authored by Lucas Hosseini's avatar Lucas Hosseini Committed by Matthijs Douze

Fix linking order for misc/test_blas in Makefile. (#489)

parent 1fe28720
......@@ -79,7 +79,7 @@ demos: libfaiss.a
# Misc
misc/test_blas: misc/test_blas.cpp
$(CXX) $(CXXFLAG) $(LDFLAGS) $(LIBS) -o $@ $^
$(CXX) $(CXXFLAG) $(LDFLAGS) -o $@ $^ $(LIBS)
#############################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment