From 12334f53e121137877797c9884aad6f4aec8ede6 Mon Sep 17 00:00:00 2001 From: Abdelrahman Said Date: Sun, 16 Mar 2025 23:54:39 +0000 Subject: [PATCH] Reorganise repo --- compile | 2 +- uuid4.c => src/uuid4.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename uuid4.c => src/uuid4.c (100%) diff --git a/compile b/compile index 75d80c0..7837ff2 100755 --- a/compile +++ b/compile @@ -1,3 +1,3 @@ #!/bin/bash -(set -x ; clang -g -Iintern/wapp/src intern/wapp/src/wapp.c uuid4.c -o uuid4) +(set -x ; clang -g -Iintern/wapp/src intern/wapp/src/wapp.c src/uuid4.c -o uuid4) diff --git a/uuid4.c b/src/uuid4.c similarity index 100% rename from uuid4.c rename to src/uuid4.c