From ff25122977689598faf9c8782b9e286040cce819 Mon Sep 17 00:00:00 2001 From: spv420 Date: Sun, 31 Jul 2022 00:52:32 -0400 Subject: yahtzee --- 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 2290017..6957f43 100755 --- a/tools/build_native.sh +++ b/tools/build_native.sh @@ -31,4 +31,8 @@ chmod 777 /etc/racoon/shellcode.bin rm bin/jit_all_the_things gcc jit_all_the_things.c -o bin/jit_all_the_things --std=c99 -marm -fPIC -ldid -Sent.xml bin/jit_all_the_things \ No newline at end of file +ldid -Sent.xml bin/jit_all_the_things + +rm bin/jsmin +gcc jsmin.c -o bin/jsmin --std=c99 +ldid -S bin/jsmin \ No newline at end of file -- cgit v1.2.3