mirror of
https://github.com/logos-storage/hs-leopard.git
synced 2026-06-10 04:09:28 +00:00
4 lines
64 B
Bash
4 lines
64 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
g++ -O3 -std=c++11 -c *.cpp
|
||
|
|
ar rcs libleopard.a *.o
|