diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 11:12:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-14 11:12:19 -0800 |
commit | 5322f208ad2126038456c90860970739c6e36556 (patch) | |
tree | 7f6ddd4f20d09de6e21faeee6504e08226c08f9a /emranlib | |
parent | 6c2ee0edcff41748ac4bd771a3fdc7be03b1e084 (diff) |
initial work to refactor emcc into emcc, emld, emar, emranlib
Diffstat (limited to 'emranlib')
-rwxr-xr-x | emranlib | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emranlib b/emranlib new file mode 100755 index 00000000..1405320b --- /dev/null +++ b/emranlib @@ -0,0 +1,9 @@ +#!/usr/bin/env python + +''' +emcc - ranlib helper script +=========================== + +This script acts as a frontend replacement for ranlib. See emcc. +''' + |