mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
Details: - Added missing license header to bli_pwr9_asm_macros_12x6.h. - Reverted temporary changes to various files in 'test' and 'testsuite' directories. - Moved testsuite/jobscripts into testsuite/old. - Minor whitespace/comment changes across various files.
7 lines
57 B
Bash
Executable File
7 lines
57 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ~/blis
|
|
make clean
|
|
make
|
|
echo "MAKE DONE"
|