diff options
Diffstat (limited to 'compile_archive.sh')
-rwxr-xr-x | compile_archive.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile_archive.sh b/compile_archive.sh new file mode 100755 index 0000000..f174fbe --- /dev/null +++ b/compile_archive.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +ar rcs lizfcm.a src/* |