We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05196a8 commit 68eb4faCopy full SHA for 68eb4fa
1 file changed
driver/others/Makefile
@@ -118,6 +118,9 @@ openblas_get_parallel.$(SUFFIX) : openblas_get_parallel.c
118
openblas_error_handle.$(SUFFIX) : openblas_error_handle.c
119
$(CC) $(CFLAGS) -c $< -o $(@F)
120
121
+openblas_env.$(SUFFIX) : openblas_env.c
122
+ $(CC) $(CFLAGS) -c $< -o $(@F)
123
+
124
blasL1thread.$(SUFFIX) : blas_l1_thread.c ../../common.h ../../common_thread.h
125
126
0 commit comments