summaryrefslogtreecommitdiff
path: root/tools/build_native.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build_native.sh')
-rwxr-xr-xtools/build_native.sh6
1 files changed, 5 insertions, 1 deletions
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