tuxdock/compile.sh

3 lines
99 B
Bash
Raw Normal View History

#!/bin/sh
2025-10-18 23:38:32 +00:00
cmake -S . -B build && cmake --build build -j && echo "tux-dock successfully compiled!"