diff options
| author | spv420 <unomilliono@gmail.com> | 2022-04-24 13:08:55 -0400 |
|---|---|---|
| committer | spv420 <unomilliono@gmail.com> | 2022-04-24 13:08:55 -0400 |
| commit | 313627a7864d67e29a3655dd4a6077ac0481f3c1 (patch) | |
| tree | 714f13d602ebab9579f5a897ee5ca363e0cfbbef /tools/build_native.sh | |
| parent | 7696be307f95423066348555f04546782e08ff22 (diff) | |
ohai nonfunctional wip kexp
Diffstat (limited to 'tools/build_native.sh')
| -rw-r--r-- | tools/build_native.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/build_native.sh b/tools/build_native.sh index 20fb329..896562a 100644 --- a/tools/build_native.sh +++ b/tools/build_native.sh @@ -1,4 +1,8 @@ mkdir bin rm bin/thread_shit gcc thread_shit.c -o bin/thread_shit --std=c99 -ldid -S bin/thread_shit
\ No newline at end of file +ldid -S bin/thread_shit + +rm bin/testlol +gcc testlol.c -o bin/testlol --std=c99 +ldid -S bin/testlol
\ No newline at end of file |
