X-Git-Url: http://nitlanguage.org diff --git a/examples/emscripten/hello_world/Makefile b/examples/emscripten/hello_world/Makefile index 5fea224..c58231b 100644 --- a/examples/emscripten/hello_world/Makefile +++ b/examples/emscripten/hello_world/Makefile @@ -1,2 +1,2 @@ emscripten: - ../../../bin/nitg -o www/hello_world.js ../../hello_world.nit -m emscripten + ../../../bin/nitc -o www/hello_world.js ../../hello_world.nit -m emscripten