uuid4/compile
2025-03-16 23:49:36 +00:00

4 lines
73 B
Bash
Executable File

#!/bin/bash
(set -x ; clang -g intern/wapp/src/wapp.c uuid4.c -o uuid4)