X-Git-Url: http://git.thejh.net/?p=libjh.git;a=blobdiff_plain;f=compile.sh;h=b8e658e7aa8671734bd38db02957e45054ccb4db;hp=5a4327b722af7329e7cdc87f4dbc0c8e9cc4045f;hb=c5c85660f673e4324563a486a6463074f9f5eff8;hpb=b4d8fbd65d908e44f66416f0d523be20604011b4 diff --git a/compile.sh b/compile.sh index 5a4327b..b8e658e 100755 --- a/compile.sh +++ b/compile.sh @@ -83,4 +83,5 @@ done # ... and link! cd gen/obj $CC -shared -Wl,-soname,libjh.so -o ../libjh.so $(ls) +ar rcs ../libjh.a $(ls) cd ../..