Updating trunk VERSION from 2139.0 to 2140.0
[chromium-blink-merge.git] / native_client_sdk / src / gonacl_appengine / Makefile
blobdd74d80f446eb656383061dc36a4cacdd9012828
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 # The commands in this makefile require that the appengine SDK
6 # directory is in your PATH. See README for more details.
8 all:
10 run:
11 dev_appserver.py app.yaml
13 push:
14 appcfg.py update .
16 .PHONY: all run push