We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2a9a88 commit 5c57eaaCopy full SHA for 5c57eaa
src/Makevars.win
@@ -74,7 +74,7 @@ graphm/./algorithm_unif.o: algorithm_unif.cpp algorithm_unif.h
74
75
graphm_bin: graphm/bin/graphm
76
graphm/bin/graphm: $(GRAPHM_OBJ_REL)
77
- cd graphm && $(CXX) $(PKG_CPPFLAGS) -c main.cpp -o bin/graphm
+ cd graphm && $(CXX) $(PKG_CPPFLAGS) -I"$(LIB_GSL)\include" main.cpp ./*o $(LDFLAGS) -o ./bin/graphm $(PKG_LIBS)
78
79
clean: cleanb
80
0 commit comments