1
0
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:
Ningping Wang 2014-05-09 10:27:56 +00:00
parent e3fbbfd44d
commit b87006a324

View File

@ -17,6 +17,6 @@ clean:
- rm -f *~
.c.o:
$(CC) $(CFLAGS) -c $*.c
$(CC) $(CFLAGS) -fpic -c $*.c