tuxdock/compile.sh

3 lines
89 B
Bash
Raw Permalink Normal View History

#!/bin/sh
2025-10-18 23:38:32 +00:00
g++ -std=c++17 main.cpp -o tux-dock && echo "tux-dock successfully compiled!"