diff options
Diffstat (limited to 'tools/build_native.sh')
| -rw-r--r-- | tools/build_native.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/build_native.sh b/tools/build_native.sh new file mode 100644 index 0000000..20fb329 --- /dev/null +++ b/tools/build_native.sh @@ -0,0 +1,4 @@ +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 |
