tuxdock/compile.sh

3 lines
99 B
Bash
Executable file

#!/bin/sh
cmake -S . -B build && cmake --build build -j && echo "tux-dock successfully compiled!"