aboutsummaryrefslogtreecommitdiff
path: root/emmake
diff options
context:
space:
mode:
Diffstat (limited to 'emmake')
-rwxr-xr-xemmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/emmake b/emmake
index e8f34f41..d6dc9c93 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,4 +26,3 @@ try:
shared.Building.make(sys.argv[1:])
except CalledProcessError, e:
sys.exit(e.returncode)
-