This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
remove .mod files during make clean
tags/v0.3.28^2
Martin Kroeker
GitHub
2 years ago
parent
442dec28df
commit
f96ee86711
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lapack-netlib/SRC/Makefile
+ 1
- 1
lapack-netlib/SRC/Makefile
View File
@@ -668,7 +668,7 @@ FRC:
.PHONY: clean cleanobj cleanlib
clean: cleanobj cleanlib
cleanobj:
rm -f *.o DEPRECATED/*.o
rm -f *.o
*.mod
DEPRECATED/*.o
DEPRECATED/*.mod
cleanlib:
rm -f $(LAPACKLIB)
Write
Preview
Loading…
Cancel
Save