mirror of
https://github.com/logos-storage/hs-leopard.git
synced 2026-05-18 16:59:42 +00:00
4 lines
64 B
Bash
Executable File
4 lines
64 B
Bash
Executable File
#!/bin/bash
|
|
|
|
g++ -O3 -std=c++11 -c *.cpp
|
|
ar rcs libleopard.a *.o |