uuid4/compile
Abdelrahman Said 12334f53e1 Reorganise repo
2025-03-16 23:54:39 +00:00

4 lines
95 B
Bash
Executable File

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