diff options
author | Joshua Granick <joshua@joshuagranick.com> | 2013-04-03 08:07:40 -0700 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-04-07 10:26:07 +0300 |
commit | 01ec39a815750a9bc0900eb0b6629ac77e6bb91f (patch) | |
tree | bb7b2c677da02b1839ff87e46f53a07c30bfbe7c /emcc.bat | |
parent | 350a2b08b6b19e57abc57e6ae607edae97a66fa8 (diff) |
Added "emcc" command for Windows
Diffstat (limited to 'emcc.bat')
-rw-r--r-- | emcc.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emcc.bat b/emcc.bat new file mode 100644 index 00000000..2cb3a3e1 --- /dev/null +++ b/emcc.bat @@ -0,0 +1,2 @@ +@echo off +python %~dp0\emcc %*
\ No newline at end of file |