uuid4/compile
2025-03-16 23:53:35 +00:00

4 lines
91 B
Bash
Executable File

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