diff options
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 |
