mirror of
https://github.com/sjwhitworth/golearn.git
synced 2025-05-01 22:18:10 +08:00
fix linux blas linking -fpic
This commit is contained in:
parent
e3fbbfd44d
commit
b87006a324
@ -17,6 +17,6 @@ clean:
|
||||
- rm -f *~
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c $*.c
|
||||
$(CC) $(CFLAGS) -fpic -c $*.c
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user