diff options
-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:]) + |
![]() |
index : emscripten | |
Emscripten: An LLVM-to-JavaScript Compiler | git repository hosting |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | emmake | 11 |
@@ -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:]) + |