We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3903d98 commit 7099c6aCopy full SHA for 7099c6a
Makefile
@@ -27,7 +27,7 @@ clean:
27
rm -rf $(BUILD)/* $(LAGRAPH_BUILD)/* ./build
28
src:
29
mkdir -p build
30
- gcc src/main.c -I./vendor/GraphBLAS/Include -I./vendor/LAGraph/include -L./vendor/LAGraph/build/src -L./vendor/GraphBLAS/build -llagraph -lgraphblas -o build/main
+ gcc src/main.c -I./vendor/GraphBLAS/Include -I./vendor/LAGraph/include -L./vendor/LAGraph/build/src -L./vendor/GraphBLAS/build -llagraph -lgraphblas -lm -o build/main
31
32
.PHONY: all build lagraph clean src
33
0 commit comments