diff options
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. +''' + |