a9f2e904f5
This makes it easier to debug try.dartlang.org (and may make it faster as well). R=floitsch@google.com Review URL: https://codereview.chromium.org//132063005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@31742 260f80e4-7a28-3924-810f-c04153c831b5
11 lines
475 B
Makefile
11 lines
475 B
Makefile
# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
# BSD-style license that can be found in the LICENSE
|
|
|
|
# TODO(ahe): Convert this to GYP.
|
|
|
|
all:
|
|
../../sdk/bin/dart -Dlist_all_libraries=true ../../sdk/lib/_internal/compiler/samples/jsonify/jsonify.dart sdk.dart
|
|
../../sdk/bin/dart jsonify.dart > sdk.json
|
|
../../sdk/bin/dart2js -Denable_ir=false leap.dart -oleap.dart.js
|