mirror of
https://github.com/logos-storage/hs-leopard.git
synced 2026-06-09 19:59:33 +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 |