dice/compile.sh
2025-09-14 22:02:49 +02:00

3 lines
41 B
Bash
Executable file

#!/bin/bash
gcc *.c -o dice --std=c99 -g