aboutsummaryrefslogtreecommitdiff
path: root/emmake
diff options
context:
space:
mode:
Diffstat (limited to 'emmake')
-rwxr-xr-xemmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/emmake b/emmake
index d6dc9c93..e8f34f41 100755
--- a/emmake
+++ b/emmake
@@ -4,7 +4,7 @@
This is a helper script. It runs make for you, setting
the environment variables to use emcc and so forth. Usage:
- emmake make [FLAGS]
+ emmake make [FLAGS]
Note that if you ran configure with emconfigure, then
the environment variables have already been detected
@@ -26,3 +26,4 @@ try:
shared.Building.make(sys.argv[1:])
except CalledProcessError, e:
sys.exit(e.returncode)
+