From 313627a7864d67e29a3655dd4a6077ac0481f3c1 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 24 Apr 2022 13:08:55 -0400 Subject: ohai nonfunctional wip kexp --- tools/build_native.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'tools/build_native.sh') 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 -- cgit v1.2.3