Skip to content

Commit 30cd3ad

Browse files
committed
Fixed typo in -L flag for mpicc
1 parent 882ebd5 commit 30cd3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Macros
22
CC=mpicc
3-
CFLAGS=-Wall -Wextra -g3 -I include -L interpol_rs/target/release -fPIC -shared
3+
CFLAGS=-Wall -Wextra -g3 -I include -L interpol-rs/target/release -fPIC -shared
44
OFLAGS=-march=native -mtune=native -Os
55

66
INCLUDE=include

0 commit comments

Comments
 (0)