Add build scripts

This commit is contained in:
Abdelrahman Said 2025-03-16 23:49:36 +00:00
parent cc7f2ef4bf
commit 73fc039709
2 changed files with 6 additions and 0 deletions

3
build Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
bear -- ./compile $@

3
compile Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
(set -x ; clang -g intern/wapp/src/wapp.c uuid4.c -o uuid4)