diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 15:35:00 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-21 15:35:00 -0800 |
commit | 64cc1f046196075d9a451aaad10a77965e248948 (patch) | |
tree | 55ca98cbbb57515b39456084527c74d183b7c632 | |
parent | bae448ef2619fffb90021c96546cbccadc39ed20 (diff) |
emmake
-rw-r--r-- | emmake | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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:]) + |