aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-21 15:35:00 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-21 15:35:00 -0800
commit64cc1f046196075d9a451aaad10a77965e248948 (patch)
tree55ca98cbbb57515b39456084527c74d183b7c632
parentbae448ef2619fffb90021c96546cbccadc39ed20 (diff)
emmake
-rw-r--r--emmake11
1 files changed, 11 insertions, 0 deletions
diff --git a/emmake b/emmake
new file mode 100644
index 00000000..34568a2d
--- /dev/null
+++ b/emmake
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+
+'''
+This is a helper script. See emcc.
+'''
+
+import os, sys
+from tools import shared
+
+shared.Building.make(sys.argv[1:])
+