summaryrefslogtreecommitdiff
path: root/tools/emmaken.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-12-14 16:16:59 -0800
committerAlon Zakai <alonzakai@gmail.com>2011-12-14 16:16:59 -0800
commit8e7d56453f584c3be3b1aca0f642a94278afc466 (patch)
tree448ef0ac60686ba6621b253d3f16b03cf247a401 /tools/emmaken.py
parentad34dff9ae485eafab64d68a61a193f82f3b1988 (diff)
initial prep for emcc by default
Diffstat (limited to 'tools/emmaken.py')
-rwxr-xr-xtools/emmaken.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/emmaken.py b/tools/emmaken.py
index a509b940..89785bc5 100755
--- a/tools/emmaken.py
+++ b/tools/emmaken.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python
+raise Exception('emmaken is deprecated!')
+
'''
emmaken - the emscripten make proxy tool
========================================