Browse Source

Update Makefile

pull/3782/head
Martin Kroeker GitHub 3 years ago
parent
commit
421cbe95e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ctest/Makefile

+ 1
- 1
ctest/Makefile View File

@@ -12,7 +12,7 @@ endif
override TARGET_ARCH= override TARGET_ARCH=
override TARGET_MACH= override TARGET_MACH=


LIB = -L $(TOPDIR) -l$(LIBSONAME) -lpthread -lm
LIB = -L $(TOPDIR) -lopenblasp-r0.3.21.dev -lpthread -lm


stestl1o = c_sblas1.o stestl1o = c_sblas1.o




Loading…
Cancel
Save