hs-leopard/cpp/build.sh
2026-05-03 20:35:42 +02:00

4 lines
64 B
Bash
Executable File

#!/bin/bash
g++ -O3 -std=c++11 -c *.cpp
ar rcs libleopard.a *.o