Index: site/try/Makefile |
diff --git a/site/try/Makefile b/site/try/Makefile |
deleted file mode 100644 |
index 9bab88ff1bc74dee0fde685281d7cea362b8ac80..0000000000000000000000000000000000000000 |
--- a/site/try/Makefile |
+++ /dev/null |
@@ -1,10 +0,0 @@ |
-# 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 ../../pkg/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 |