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